Skip to content

code-game-project/game-frontend-hoverrace

 
 

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Svelte 66.2%
  • TypeScript 27.5%
  • CSS 3.9%
  • HTML 1.4%
  • JavaScript 1.0%