atst/README.md
2018-05-23 08:50:39 -04:00

26 lines
522 B
Markdown

# ATST
## Installation
brew install python3
python3 -m venv .venv
. .venv/bin/activate
pip install --upgrade pip
pip install -r requirements.txt
cd static/assets
wget https://github.com/uswds/uswds/releases/download/v1.6.3/uswds-1.6.3.zip
unzip uswds-1.6.3.zip
## Running (development)
DEBUG=1 ./app.py
## Notes
tornado templates are like mustache templates -- add the
following to `~/.vim/filetype.vim` for syntax highlighting:
:au BufRead *.html.to set filetype=mustache