https://github.com/dbritto-dev/ido-challenge
https://github.com/dbritto-dev/ido-challenge
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dbritto-dev/ido-challenge
- Owner: dbritto-dev
- Created: 2020-11-06T16:10:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-06T19:05:28.000Z (over 5 years ago)
- Last Synced: 2025-04-02T17:28:56.188Z (about 1 year ago)
- Language: TypeScript
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
For development
```sh
yarn install && yarn dev
```
For production
```sh
yarn start
```