Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ollieri3/cyclelist

Cities ranked based on their suitability for cycling
https://github.com/ollieri3/cyclelist

Last synced: 6 days ago
JSON representation

Cities ranked based on their suitability for cycling

Awesome Lists containing this project

README

        

# Cyclelist

## Development

From your terminal:

```sh
npm run dev
```

This starts your app in development mode, rebuilding assets on file changes.

## Deployment

First, build your app for production:

```sh
npm run build
```

Then run the app in production mode:

```sh
npm start
```