This project currently hosts the code for an unnamed 2D Javascript Gaming Engine that I am developing as my side project.
We use the following set of technologies to build, design & host the website.
-
Clone the forked repo. If you want to clone using run:
# Replace the <GITHUB_USERNAME> portion with your GitHub username git clone [email protected]/<GITHUB_USERNAME>/js-2d-platformer-engine.git
-
Move to the cloned local repository & install the project dependencies with the following command.
npm install
-
Run the server localhost:3000
npm run dev