From 75eee05206162c51d0d98fae46c77c209200f757 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Tue, 2 Mar 2021 14:36:15 +0100 Subject: add user table and express-jwt. export new environment.yml --- animism-align/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'animism-align/README.md') 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 -- cgit v1.2.3-70-g09d2