Skip to content

Commit

Permalink
Update install instructions with required js dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
chiatt committed Dec 4, 2024
1 parent 04ee342 commit 7a714ed
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,13 @@ Cantaloupe [installation instructions](https://arches.readthedocs.io/en/stable/d
4. Next ensure arches and arches_for_science are included as dependencies in package.json
```
"dependencies": {
"@uppy/aws-s3": "3.6.2",
"@uppy/core": "3.13.0",
"@uppy/dashboard": "3.9.0",
"@uppy/drag-drop": "3.1.0",
"@uppy/progress-bar": "3.1.1",
"@uppy/companion-client": "3.1.3",
"typescript": "5.6.2",
"arches": "archesproject/arches#dev/7.6.x",
"arches_for_science": "archesproject/arches-for-science#dev/2.0.x"
}
Expand All @@ -111,7 +118,7 @@ Cantaloupe [installation instructions](https://arches.readthedocs.io/en/stable/d
python manage.py runserver
```
8. Next cd into your project's app directory (the one with package.json e.g. `$PROJECT_NAME/$PROJECT_NAME/`) install and build front-end dependencies:
8. Next cd into your project's app directory (the one with package.json) install and build front-end dependencies:
```
npm install
npm run build_development
Expand Down

0 comments on commit 7a714ed

Please sign in to comment.