Skip to content

PatrickCmd/oclweb2

 
 

Repository files navigation

oclweb2

Overhauled OCL Web Authoring Interface v2

Run Dev

  1. docker-compose up -d
  2. Visit http://localhost:4000

Run Production (do check CORS origin policy with API_URL)

  1. docker-compose -f docker-compose.yml up -d
  2. Visit http://localhost:4000

Eslint

docker exec -it <container_name> bash -c "eslint src/ --ext=.js*"

Release

Every build is a candidate for release.

In order to release please trigger the release build step in our CI. Please note that the maintenance version will be automatically increased after a successful release. It is desired only, if you are releasing the latest build and should be turned off by setting the increaseMaintenanceRelease variable to false on the Run stage "Release" popup in other cases.

You also need to create a deployment release here. Please make sure the release version matches the version defined in package.json (except the extended GIT SHA in the release version).

Deployment

In order to deploy please trigger the deployment here. Please use an existing deployment release.

About

Overhauled OCL Web Authoring Interface v2

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 96.9%
  • SCSS 2.4%
  • Other 0.7%