https://github.com/zazuko/barnard59-ui
[WIP] User interface for Zazuko Pipelines
https://github.com/zazuko/barnard59-ui
Last synced: about 2 months ago
JSON representation
[WIP] User interface for Zazuko Pipelines
- Host: GitHub
- URL: https://github.com/zazuko/barnard59-ui
- Owner: zazuko
- Created: 2019-02-27T08:32:33.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-01T10:27:10.000Z (about 6 years ago)
- Last Synced: 2024-11-04T02:30:48.129Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 111 KB
- Stars: 2
- Watchers: 7
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - zazuko/barnard59-ui - [WIP] User interface for Zazuko Pipelines (others)
README
# barnard59-ui
## Usage
A static bundle can be generated by running the npm script
```
npm run build
```There is also a `dev` script which runs webpack in dev and watch mode.
```
npm run dev
```