diff options
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: |
