diff --git a/README.md b/README.md new file mode 100644 index 0000000..ff645c1 --- /dev/null +++ b/README.md @@ -0,0 +1,33 @@ +# RiotAPI + +## Global dependencies +``` +Vue CLI +nodemon +``` + +## Project setup +``` +cd client +npm install +cd server +npm install +``` + +### Compiles and hot-reloads for development +``` +cd client +npm run serve +``` + +### Compiles and minifies for production +``` +cd client +npm run build +``` + +### Run NodeJS server +``` +cd server +npm run dev +```