Categorygithub.com/beclab/devbox
modulepackage
0.1.39
Repository: https://github.com/beclab/devbox.git
Documentation: pkg.go.dev

# README

DevBox

Olares App development management tools

Build backend

Build binary

make devbox-server

Build image

make docker-build-server IMG=<some-registry>/devbox-server:tag

Push image

make docker-push-server IMG=<some-registry>/devbox-server:tag

Build frontend

Install the dependencies

npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

npm run dev

Build the app for production

npm run build

Build image

make docker-build-frontend IMG=<some-registry>/devbox:tag

Push image

make docker-build-frontend IMG=<some-registry>/devbox:tag

# Packages

No description provided by the author
No description provided by the author