Skip to content

Personal website with a multiplayer game built with Liveblocks, Next.js, Vercel, and Tailwind CSS.

Notifications You must be signed in to change notification settings

stevenfabre/stevenfabre.com

Repository files navigation

Running locally

To run locally, you’ll first need to create a Liveblocks account to get a new secret key generated.

Once you’ve generated the public key, create an .env.local file and assign it to theNEXT_PUBLIC_LIVEBLOCKS_PUBLIC_KEY variable.

You can then run the following commands in your terminal:

git clone https://github.com/stevenfabre/stevenfabre.com.git
cd stevenfabre.com
npm install
npm dev

Open http://localhost:3000 with your browser to see the result.

About

Personal website with a multiplayer game built with Liveblocks, Next.js, Vercel, and Tailwind CSS.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages