Skip to content

Commit

Permalink
added more explicit plugin directions (#232)
Browse files Browse the repository at this point in the history
* added more explicit plugin directions

* moved changes to new arcgis README file

---------

Co-authored-by: Katherine Brown <[email protected]>
  • Loading branch information
kbrownomni and Katherine Brown authored Nov 18, 2024
1 parent bfb3e8d commit dd74faf
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions plugins/arcgis/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Build with arcgis plugin

Follow the instructions in the root README. After completing the web-app package install and build in the 'Building from source' section:

Build arcgis plugin:
```bash
cd plugins/arcgis/service
npm ci
npm link ../../../service # **IMPORTANT** see root README
npm run build
```
```bash
cd plugins/arcgis/web-app
npm ci
npm link ../../../web-app # **IMPORTANT** see root README
npm run build
```

Continue to install dependencies in the `instance` package as instructed in the root README.

0 comments on commit dd74faf

Please sign in to comment.