Skip to content

beclab/devbox

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages