Hello, world

This commit is contained in:
Brian Duggan
2018-05-22 13:37:51 -04:00
parent 6349f7e60e
commit 29248ed76e
4 changed files with 59 additions and 0 deletions

View File

@@ -2,8 +2,21 @@
# ATST
## Installation
brew install python3
python3 -m venv .venv
. .venv/bin/activate
pip install --upgrade pip
pip install -r requirements.txt
## 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