-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: updating paragon version to get ModalPopup component error fix (…
…#654) * fix: updating paragon version to get ModalPopup component error fix * docs: tweaking readme for clarity * fix: revoke modal popup button styling
- Loading branch information
1 parent
a86b8b8
commit 3392321
Showing
4 changed files
with
24 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 |
---|---|---|
|
@@ -21,14 +21,16 @@ $ git clone [email protected]:edx/frontend-app-admin-portal.git | |
$ cd frontend-app-admin-portal | ||
$ nvm use (if using nvm) OR install and switch to version of node/npm as per the .nvmrc file to avoid issues during npm install or npm start (and to use the same version of node/npm as used by team plus CI builds) | ||
$ npm install | ||
$ npm start | ||
$ npm start # or "npm run start:with-theme" if you want edX branding | ||
``` | ||
|
||
The application is now running and can be accessed in a web browser at http://localhost:1991/ | ||
|
||
|
||
#### Themes | ||
|
||
By default, the core Paragon theme is installed and used with the `npm start` command. If you'd like to use the @edx/brand-edx.org theme, use the `npm run start:with-theme` command. | ||
|
||
The application is now running and can be accessed in a web browser at http://localhost:1991/ | ||
|
||
#### Sign-in and access | ||
|
||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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