This is a clone of a board game with a similar name.
MVP Is Live! Check it out Here
Prerequisites: NodeJS
Before running the app, install dependencies:
npm installDev mode spins up the app (frontend & server) and opens cypress in watch mode.
npm run devTo start the frontend in watch mode without cypress or the server, use npm run watch instead of npm run dev.
Build the frontend:
npm run build-frontendStatic site output will be in dist/ directory.
Prerequisites: NodeJS, Docker, remote ftp directory to copy files to, deployment/deploy.env file
npm run deploy