Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 524 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 524 Bytes

Sigame

Site to play with friends

Requirements

  • Node 16
  • Git

Common setup

Clone the repo and install the dependencies

git clone https://github.com/kharkovdenys/sigame.git
cd sigame
npm install

Start the application

To start the site, run the following

npm run dev

Open http://localhost:3000 and take a look around