-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: Update project setup instructions
- Loading branch information
Showing
1 changed file
with
3 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|