https://github.com/ohcnetwork/citizen
Citizen portal for coronasafe
https://github.com/ohcnetwork/citizen
Last synced: 10 months ago
JSON representation
Citizen portal for coronasafe
- Host: GitHub
- URL: https://github.com/ohcnetwork/citizen
- Owner: ohcnetwork
- Created: 2020-10-25T07:03:23.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-03-21T15:53:49.000Z (about 2 years ago)
- Last Synced: 2025-03-10T23:16:21.922Z (over 1 year ago)
- Language: ReScript
- Homepage:
- Size: 4.7 MB
- Stars: 3
- Watchers: 6
- Forks: 12
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Citizen
## Run Project
```sh
npm install
npm run server
# in another tab
npm run re:watch
```
## Build for Production
```sh
npm run clean
npm run build
npm run webpack:production
```