Skip to content

Files

Latest commit

 

History

History
22 lines (15 loc) · 691 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 691 Bytes

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!