summaryrefslogtreecommitdiff
path: root/animism-align/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'animism-align/README.md')
-rw-r--r--animism-align/README.md10
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