https://github.com/rylan12/ratings
A site to visualize different rating systems
https://github.com/rylan12/ratings
Last synced: 4 months ago
JSON representation
A site to visualize different rating systems
- Host: GitHub
- URL: https://github.com/rylan12/ratings
- Owner: Rylan12
- Created: 2022-07-31T05:31:49.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-25T01:04:41.000Z (4 months ago)
- Last Synced: 2025-02-25T02:20:40.317Z (4 months ago)
- Language: Vue
- Homepage: https://ratings.rylanpolster.com/
- Size: 487 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ratings
A site to visualize different rating systems.
[](https://app.netlify.com/sites/ratings-rylanpolster/deploys)
Look at the [Nuxt documentation](https://nuxt.com/docs/getting-started/introduction) to learn more.
## Setup
Make sure to install dependencies:
```bash
yarn install
```## Development Server
Start the development server on `http://localhost:3000`:
```bash
yarn dev
```## Production
Build the application for production:
```bash
yarn build
```Locally preview production build:
```bash
yarn preview
```Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.