An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# Ratings

A site to visualize different rating systems.

[![Netlify Status](https://api.netlify.com/api/v1/badges/0817ac47-f693-486b-af6f-c1d77cbfb8ba/deploy-status)](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.