Skip to content

dnzg/palmolive-extension-game

Repository files navigation

Welcome to Vital Game, which I made for Palmolive. 2D game using JavaScript, HTML5 and p5.js engine.

Getting Started

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 the public folder and otherwise elsewhere applicable.

Now you may visit http://localhost:3000 to login and start developing!