Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/teammeanmachine/meanscout
A lightweight FRC scouting web app built with SvelteKit.
https://github.com/teammeanmachine/meanscout
271 fontawesome frc-scouting meanscout pwa svelte sveltekit thebluealliance
Last synced: 29 days ago
JSON representation
A lightweight FRC scouting web app built with SvelteKit.
- Host: GitHub
- URL: https://github.com/teammeanmachine/meanscout
- Owner: TeamMeanMachine
- License: mit
- Created: 2024-08-16T02:14:35.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-23T06:39:16.000Z (about 2 months ago)
- Last Synced: 2024-09-23T14:31:07.073Z (about 2 months ago)
- Topics: 271, fontawesome, frc-scouting, meanscout, pwa, svelte, sveltekit, thebluealliance
- Language: Svelte
- Homepage: https://meanscout.team2471.org
- Size: 4.67 MB
- Stars: 1
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MeanScout
A lightweight FRC scouting web app built with SvelteKit.
https://meanscout.team2471.org
## Powered by
- [SvelteKit](https://kit.svelte.dev/)
- [Tailwind CSS](https://tailwindcss.com/)
- [FontAwesome](https://fontawesome.com/)
- [Fira Code](https://github.com/tonsky/FiraCode)
- [The Blue Alliance](https://www.thebluealliance.com/)## Contributing
Find a problem? Make an issue!
Fix a problem? Make a pull request!
To develop MeanScout (or a fork), you will need Node.js/npm, a text editor, a terminal, and a browser. After cloning, use `npm install` and then `npm run dev` in the root folder to start tinkering.
[View the SvelteKit docs](https://kit.svelte.dev/docs/building-your-app) to learn how to build and deploy MeanScout.