https://github.com/hckhanh/demo-sentry-store
This is the website as the front store which allows user create and pay the order
https://github.com/hckhanh/demo-sentry-store
Last synced: 2 months ago
JSON representation
This is the website as the front store which allows user create and pay the order
- Host: GitHub
- URL: https://github.com/hckhanh/demo-sentry-store
- Owner: hckhanh
- Created: 2023-12-11T10:58:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-04T17:03:03.000Z (about 1 year ago)
- Last Synced: 2025-01-13T06:44:53.840Z (4 months ago)
- Language: TypeScript
- Size: 335 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
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.