Skip to content

thobod/ScoutingThirtySeconds

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Thirty Seconds

Version

Implemented as responsive PWA (Progressive Web App) Fun game to play with friends. Check it out: https://dev.impeesa.nl/30/

Note: Currently the app's language is Dutch only

Images

Home Score Guess
Time Up Select Score

Contributing

All contributions are welcome

If you have something to add - anything from a typo through to a whole new feature, please create a pull request or issue.

Developing, Building and running in production mode

After cloning, install all NPM packages:
npm i
To run the app in development mode: (automatic rebuilds)
npm run dev
To create an optimised version of the app:
npm run build

The app can then be found in the /public folder.

About

Fork of 30 seconds app for Scouting

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Svelte 69.9%
  • JavaScript 24.3%
  • CSS 2.9%
  • HTML 2.9%