Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bradleyg authored Jan 28, 2019
1 parent f851549 commit 65bae51
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,10 +273,13 @@ $ tox
# Run tests
$ npm run test

# Run frontend dev bundler
# Run frontend bundler and Django server
$ npm run dev

# Build frontend
# Watch and build frontend (dev)
$ npm run watch

# Build frontend (prod)
$ npm run build

# Format python // PEP8
Expand Down

0 comments on commit 65bae51

Please sign in to comment.