Get the code

Clone this repository with the following command. You'll need npm and node installed in your system:

git clone git@github.com:ManoleteGames/Game-Launcher-with-Three.js.git

Install dependencies

Install dependencies by running the following command inside the root directory:

npm install

Develop

To spawn a local server with HMR (hot module reload) for local development, just run:

npm run dev

To check locally the production build run:

npm run preview

To format code run:

npm run format

You can also set your editor to format on save and use .prettierrc rules automatically.