-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #115 from NERDDISCO/next
Next
- Loading branch information
Showing
14 changed files
with
4,775 additions
and
307 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 |
---|---|---|
|
@@ -68,21 +68,14 @@ git clone [email protected]:NERDDISCO/luminave.git | |
cd luminave | ||
|
||
# install dependencies | ||
yarn | ||
# or | ||
npm install | ||
|
||
# install polymer-cli which is used to run luminave | ||
npm install -g polymer-cli | ||
``` | ||
|
||
## Run | ||
|
||
Start the local HTTPS server on http://localhost:8081: | ||
|
||
```bash | ||
yarn start | ||
# or | ||
npm start | ||
``` | ||
|
||
|
Oops, something went wrong.