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.gitInstall dependencies by running the following command inside the root directory:
npm installTo spawn a local server with HMR (hot module reload) for local development, just run:
npm run devTo check locally the production build run:
npm run previewTo format code run:
npm run formatYou can also set your editor to format on save and use .prettierrc rules automatically.