Hoverrace's frontend based on game-frontend-template-svelte.
Once you've installed dependencies with npm install, start a development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --openAfter that you can start customizing the game view in src/routes/spectate.svelte. Also don't forget to update the src/config.ts the info in static/security.txt or delete it if you don't want to use it.
To create a production version of your app:
npm run buildYou can preview the production build with npm run preview.
Licensed under the GNU Affero General Public License v3.