Skip to content
This repository has been archived by the owner on Jul 14, 2024. It is now read-only.

Latest commit

 

History

History
22 lines (16 loc) · 688 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 688 Bytes

commoners-mggj-2020

Repo for "The Commoners" Global Game Jam Project 2020

Technologies

This project was built using React / TypeScript in combination with styled-components, and a NextJS server.

Getting Started

⚠️ You might have sound issues on Firefox.

  1. 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.