diff --git a/README.md b/README.md new file mode 100644 index 0000000..075e10b --- /dev/null +++ b/README.md @@ -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 +``` +