Skip to content

Commit

Permalink
feat: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
tomanagle committed Apr 19, 2020
1 parent 45fd989 commit 75a0cf1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -25,10 +25,12 @@ Contributions are welcome! Before working on a PR, raise an issue so we can talk
1. Clone the repository
2. yarn install the required modules in both the client and server
3. run the client with ```yarn dev```
4. run the server with ```yarn dev```, or ```docker-compose up```
4. run the server with ```yarn dev```, or ```docker-compose up``` or ```./build.sh```
5. touch ./server/.env
6. touch ./client/.env

Note: The ./build.sh script will need to be made executable with ```chod +x ./build.sh``` before you can execute it.

**./server.env**
```
MONO_DB_CONNECTION_STRING=MongodDB connection string, either Cloud Atlas or localhost
Expand Down

1 comment on commit 75a0cf1

@vercel
Copy link

@vercel vercel bot commented on 75a0cf1 Apr 19, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deployment failed with the following error:

You defined 1 build that did not match any source files (please ensure they are NOT defined in .nowignore):

Please sign in to comment.