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

https://github.com/hacknug/romi-project


https://github.com/hacknug/romi-project

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# ROMI

Look at the [Content documentation](https://content-v2.nuxtjs.org/) to learn more.

## Setup

Make sure to install the 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
```

Checkout the [deployment documentation](https://v3.nuxtjs.org/docs/deployment) for more information.