Added README.md

Signed-off-by: James Ketrenos <james_eikona@ketrenos.com>
This commit is contained in:
James Ketrenos 2021-06-04 17:44:05 -07:00
parent e3c4aa287a
commit baf891e5ed

21
README.md Normal file
View File

@ -0,0 +1,21 @@
# Whisky Business
Refresh the OLCC DB:
```bash
node whisky.js
```
Launch GraphQL server:
```bash
npm start
```
Launch website:
```bash
cd whisky-business
npm start
```