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

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

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