https://github.com/yalex95/guitarla-remix
https://github.com/yalex95/guitarla-remix
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yalex95/guitarla-remix
- Owner: Yalex95
- Created: 2023-10-12T19:58:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-31T21:57:20.000Z (over 1 year ago)
- Last Synced: 2024-12-29T20:34:54.357Z (5 months ago)
- Language: JavaScript
- Size: 361 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome to Remix!
- [Remix Docs](https://remix.run/docs)
## Fly Setup
1. [Install `flyctl`](https://fly.io/docs/getting-started/installing-flyctl/)
2. Sign up and log in to Fly
```sh
flyctl auth signup
```3. Setup Fly. It might ask if you want to deploy, say no since you haven't built the app yet.
```sh
flyctl launch
```## Development
From your terminal:
```sh
npm run dev
```This starts your app in development mode, rebuilding assets on file changes.
## Deployment
If you've followed the setup instructions already, all you need to do is run this:
```sh
npm run deploy
```You can run `flyctl info` to get the url and ip address of your server.
Check out the [fly docs](https://fly.io/docs/getting-started/node/) for more information.
contians dimanic routes