diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2021-03-02 14:36:15 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2021-03-02 14:36:15 +0100 |
| commit | 75eee05206162c51d0d98fae46c77c209200f757 (patch) | |
| tree | e823bbe37b6e61b49569ba86fd51d8440ffb7134 /animism-align/README.md | |
| parent | 83c973c8f406c80155e26157f5c2b8c191b3b5a1 (diff) | |
add user table and express-jwt. export new environment.yml
Diffstat (limited to 'animism-align/README.md')
| -rw-r--r-- | animism-align/README.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/animism-align/README.md b/animism-align/README.md index d768355..ae3fd39 100644 --- a/animism-align/README.md +++ b/animism-align/README.md @@ -39,7 +39,6 @@ npm run build The server will be running on http://0.0.0.0:5000/ - ## Development Monitor the Javascript for changes (run in another window): @@ -57,16 +56,16 @@ Generate a new migration if you've modified the database: ## Export -For production, export a static version of the episode. This will make an exported folder in `data_store/exports/` which you can zip and upload somewhere. +For production, export a static version of the episode. This will make an exported folder in `data_store/exports/` which you can zip and upload somewhere. ``` ./cli.py site export -o animism ./cli.py viewer run ``` -* The viewer will be running on e.g. http://0.0.0.0:5000/episode1/index.html -* Currently no `index.html` resolution is performed. -* For now, the site structure entails: +- The viewer will be running on e.g. http://0.0.0.0:5000/episode1/index.html +- Currently no `index.html` resolution is performed. +- For now, the site structure entails: ``` /index.html # redirects to first episode @@ -87,3 +86,4 @@ NODE_ENV=production node ./node_modules/webpack-cli/bin/cli.js --config ./webpac - 2020.06 - Development begins - 2020.10 - Audio re-recorded - 2020.11 - Site launches with Episode 1 +- 2021.03 - Begin work on phase 2 |
