Welcome to Vital Game, which I made for Palmolive. 2D game using JavaScript, HTML5 and p5.js engine.
First, fork the repository. Then, go into your favorite terminal.
npm install
npm run dev
npm run dev
will start the development server and watch for changes on the client-side code inside thepublic
folder and otherwise elsewhere applicable.
Now you may visit http://localhost:3000
to login and start developing!