Remove Makefile, update README

This commit is contained in:
Brian Duggan 2018-05-31 10:25:07 -04:00
parent e004360e16
commit bf367c5950
2 changed files with 3 additions and 12 deletions

View File

@ -1,5 +0,0 @@
test:
python -m pytest
clean:
find static/assets -type f |grep -v .gitignore | xargs rm

View File

@ -5,7 +5,7 @@
## Installation
./script/setup
script/setup
The setup script will create a new Python virtual environment for the application to use. All of the scripts will activate this virutal envirnment automatically, but you can also manually activate it like this:
@ -21,22 +21,18 @@ If you want to automatically load the virtual environment whenever you enter the
To start the app and watch for changes:
DEBUG=1 ./script/server
DEBUG=1 script/server
## Testing
To run unit tests:
./script/test
script/test
or
python -m pytest
or
make test
## Notes
tornado templates are like mustache templates -- add the