https://github.com/bunsdev/orbidity-dapp
https://github.com/bunsdev/orbidity-dapp
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/bunsdev/orbidity-dapp
- Owner: BunsDev
- Created: 2022-07-10T20:11:36.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-10T20:11:42.000Z (almost 4 years ago)
- Last Synced: 2025-02-01T09:29:27.391Z (over 1 year ago)
- Language: TypeScript
- Size: 2.91 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Orbidity
Frontend app for Orbidity written using Remix.
## 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
```