-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
159c370
commit bd61d50
Showing
1 changed file
with
3 additions
and
1 deletion.
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 |
---|---|---|
|
@@ -18,8 +18,10 @@ | |
|
||
## Setup for Development | ||
|
||
### Important: the bulk of development is currently happening on the `next` branch!!! If you would like to participate in Holodex React development, please check out the `next` branch and PR against it! The contribution/development readme is in `/package/react/README.md`! | ||
|
||
``` | ||
git clone [email protected]:RiceCakess/Holodex.git | ||
git clone [email protected]:HolodexNet/Holodex.git | ||
npm install | ||
# By default the api is proxied to staging, copy, rename and edit the .env.placeholder to change API_BASE_URL | ||
npm run serve | ||
|