Files
nebula.js/examples/dev-mashup/README.md
Tobias Åström 2ce33628e5 chore: add dev mashup example (#536)
* chore: add dev mashup example

* chore: update example readme

* fix: update schema version

* chore: change stardust to dep
2020-11-16 13:12:45 +01:00

29 lines
380 B
Markdown

# Nebula Development Mashup example
Example mashup for nebula development
## Install
To use a local nebula version, run this in the stardust folder to allow linking your local version.
```
yarn link
```
Update dependencies and link nebula
```
yarn
yarn link "@nebula.js/stardust"
```
## Run
Run parcel server
```
yarn start
```
Open you browser to http://localhost:1234