22 lines
175 B
Markdown
22 lines
175 B
Markdown
# Whisky Business
|
|
|
|
Refresh the OLCC DB:
|
|
|
|
```bash
|
|
node whisky.js
|
|
```
|
|
|
|
Launch GraphQL server:
|
|
|
|
```bash
|
|
npm start
|
|
```
|
|
|
|
Launch website:
|
|
|
|
```bash
|
|
cd whisky-business
|
|
npm start
|
|
```
|
|
|