Skip to content

Commit

Permalink
docs: Update project setup instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
smessie committed Oct 30, 2023
1 parent 3b3ab6c commit c34048c
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,11 @@ See [Vite Configuration Reference](https://vitejs.dev/config/).
```sh
npm install

# Link the not yet published artifact-explorer library (https://github.com/MellonScholarlyCommunication/artifact-explorer)
cd ..
git clone [email protected]:MellonScholarlyCommunication/artifact-explorer.git
cd artifact-explorer
# Build the not yet published artifact-explorer library, only available via GitHub (https://github.com/MellonScholarlyCommunication/artifact-explorer)
cd node_modules/artifact-explorer
npm install
npm run build
npm link
cd ../scholarly-browser
npm link artifact-explorer
cd -
```

### Compile and Hot-Reload for Development
Expand Down

0 comments on commit c34048c

Please sign in to comment.