https://github.com/switchswap/rl-squad-stats-web
Rocket League Squad Stats website.
https://github.com/switchswap/rl-squad-stats-web
Last synced: 12 months ago
JSON representation
Rocket League Squad Stats website.
- Host: GitHub
- URL: https://github.com/switchswap/rl-squad-stats-web
- Owner: switchswap
- Created: 2023-12-05T06:33:31.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-17T05:45:50.000Z (over 1 year ago)
- Last Synced: 2025-07-06T17:07:02.658Z (12 months ago)
- Language: TypeScript
- Size: 55.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rl-squad-stats-web
A website for tracking Rocket League player stats!
## Development
> Note: Requires an instance of [rl-squad-stats-server](https://github.com/switchswap/rl-squad-stats-server) to work.
### Setup
1. `yarn install` to setup project.
2. Create `.env` in the project root and add `VITE_API_BASE_URL=`.
### Available Scripts
In the project directory, you can run:
#### `yarn run dev`
Runs the app in the development mode.
Open [http://localhost:5173](http://localhost:5173) to view it in the browser.
#### `yarn run build`
Builds the app for production to the `dist` folder.
It correctly bundles Solid in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
## Deployment
I deploy with [Netlify](https://www.netlify.com)!