Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ollieri3/cyclelist
- Owner: ollieri3
- Created: 2023-12-24T11:43:54.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-01-01T05:59:49.000Z (11 months ago)
- Last Synced: 2024-01-01T06:39:11.512Z (11 months ago)
- Language: TypeScript
- Size: 261 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```