/game-frontend-hoverrace

Hoverrace's frontend based on game-frontend-template-svelte.

Primary LanguageSvelteGNU Affero General Public License v3.0AGPL-3.0

game-frontend-hoverrace

Hoverrace's frontend based on game-frontend-template-svelte.

Developing

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 -- --open

After 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.

Building

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.

License

Licensed under the GNU Affero General Public License v3.