Repo for "The Commoners" Global Game Jam Project 2020
This project was built using React / TypeScript in combination with styled-components
, and a NextJS server.
- Install packages and run local dev environment (on
localhost:3000/
):
$ npm i
$ npm run dev
It's basically a single page application making use of different react components to set the scenes of this game.
Have a look at /components
to see what's available.