Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alrico88/go-fly
A Random Flight Generator with customizable parameters.
https://github.com/alrico88/go-fly
flight generator random
Last synced: about 1 month ago
JSON representation
A Random Flight Generator with customizable parameters.
- Host: GitHub
- URL: https://github.com/alrico88/go-fly
- Owner: alrico88
- License: mit
- Created: 2024-01-10T11:59:18.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-10T21:55:23.000Z (about 1 year ago)
- Last Synced: 2024-12-09T05:39:48.681Z (about 2 months ago)
- Topics: flight, generator, random
- Language: Vue
- Homepage: https://go-fly.vercel.app
- Size: 124 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Go Fly!
A Random Flight Generator with customizable parameters.
Based on [Random Flight Generator](https://github.com/gabranches/random-flight-generator).
Made with:
- [Nuxt 3](https://nuxt.com/)
- [Leaflet](https://leafletjs.com/)## Development
Look at the [Nuxt 3 documentation](https://nuxt.com/docs/getting-started/introduction) to learn more.
### Setup
Make sure to install the dependencies:
```bash
# pnpm
pnpm install --shamefully-hoist
```### Development Server
Start the development server on http://localhost:3000
```bash
pnpm run dev
```### Production
Build the application for production:
```bash
pnpm run build
```Locally preview production build:
```bash
pnpm run preview
```Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.