Skip to content

Commit f5736fa

Browse files
committed
Include instruction on installing JS deps, and inform users about CD from Travis.
1 parent b8a0f79 commit f5736fa

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,12 @@ Create the tables needed:
4848
python manage.py migrate
4949
```
5050

51+
Install Javascript dependencies using Yarn:
52+
53+
```shell
54+
yarn install
55+
```
56+
5157
### Running
5258
#### Locally
5359
Run the service locally, setting DEBUG to True allows using http instead of https,
@@ -57,6 +63,9 @@ DEBUG=True python manage.py runserver
5763
```
5864

5965
### In Heroku
66+
_Travis deploys to Heroku on successful builds on master. Use these instructions
67+
to deploy to another Heroko container._
68+
6069
Assuming you have a Heroku login and installed the CLI, see
6170
<a href=https://devcenter.heroku.com/articles/getting-started-with-python>Heroku:Getting Started</a> if you have are
6271
not familiar with Heroku.

0 commit comments

Comments
 (0)