Skip to content

EnyaoGu/dixit

Repository files navigation

dixit

For innovation day

Install

npm install yarn -g
yarn install

Start server

First build the distribution for client:

npm run build

Or, for development, use watch-and-build:

npm run dev

Then start the servers (client distribution and game server together):

npm start

Start/stop server with pm2

Install tools

npm install pm2 -g

Start server. Both the client content distribution server and the backend server will be hosted by pm2.

npm run pm2-start

Stop server

npm run pm2-stop

About

For innovation day

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors