1.0.0 • Published 11 months ago

build-service v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
11 months ago

build-service

Service to facilitate building repos

Terminology

Trigger -> Job -> Build

Triggers trigger jobs, jobs contain one or more builds.

UI Development

This will show a local port you can see the front end on with hot reloading and stuff.

npm run dev

To run the UI as part of the server, you will need to build the UI for production.

npm run build-ui

After this you can run npm start and go to the /ui route to see the production site.