https://github.com/abdbarho/pandemie
https://github.com/abdbarho/pandemie
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/abdbarho/pandemie
- Owner: AbdBarho
- Created: 2019-10-30T13:48:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T11:19:09.000Z (over 3 years ago)
- Last Synced: 2025-03-31T08:32:56.672Z (about 1 year ago)
- Language: HTML
- Size: 7.41 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
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
```