https://github.com/zazuko/barnard59-ui
[WIP] User interface for Zazuko Pipelines
https://github.com/zazuko/barnard59-ui
Last synced: 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-01T10:27:10.000Z (about 7 years ago)
- Last Synced: 2025-12-26T18:48:33.901Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 111 KB
- Stars: 2
- Watchers: 5
- 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
```