An open API service indexing awesome lists of open source software.

https://github.com/bunsdev/orbidity-dapp


https://github.com/bunsdev/orbidity-dapp

Last synced: about 1 year ago
JSON representation

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
```