Add updated instructions for running/building the website

This commit is contained in:
John David Pressman 2019-07-09 20:15:56 -07:00
parent 8a2a1533c6
commit a891c77d47

View File

@ -4,6 +4,11 @@
The website will be available at [http://localhost:3000](http://localhost:3000) The website will be available at [http://localhost:3000](http://localhost:3000)
```zsh To get the website running you want to do the commands:
```
cd website
npm run version next
cd ..
docker-compose up docker-compose up
``` ```