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

https://github.com/abdbarho/pandemie


https://github.com/abdbarho/pandemie

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# Pandemie

## Setup

Make sure you have [Nodejs](https://nodejs.org/en/download/) installed.

```
npm install
```

### Start GUI
```
npm run gui
```

## Contribute

Use [VSCode](https://code.visualstudio.com/download) with the [ESlint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint)

```bash
npm run dev # runs webpack in watch mode
npm run build # creates a minified build
```