diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2021-03-12 19:22:50 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2021-03-12 19:22:50 +0100 |
| commit | cb47d6a07b857ffc11e5baec07ec9d49439f14e4 (patch) | |
| tree | 88ee60b100e2c3373f2af66637bb145a7fd79a90 /animism-align/README.md | |
| parent | 61f5908e88021b3ce75416b27c7bca4bbe4cff17 (diff) | |
caption editor. editing captions and gallery captions
Diffstat (limited to 'animism-align/README.md')
| -rw-r--r-- | animism-align/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/animism-align/README.md b/animism-align/README.md index eb12c30..69cdfb9 100644 --- a/animism-align/README.md +++ b/animism-align/README.md @@ -8,7 +8,7 @@ First, install miniconda and node. ``` conda create env -f environment.yml -npm install +yarn install ``` ## Proper encoding of an MP3 @@ -32,7 +32,7 @@ conda activate animism Then build the frontend and run the Flask server: ``` -npm run build +yarn build ./cli.py flask run ``` @@ -43,7 +43,7 @@ The server will be running on http://0.0.0.0:5000/ Monitor the Javascript for changes (run in another window): ``` -npm run watch +yarn watch ``` Generate a new migration if you've modified the database: |
