Skip to content

Lopior/oclweb2

 
 

Repository files navigation

oclweb2

Overhauled OCL Web Authoring Interface v2

Run Dev

docker-compose up -d

Run Production (do check CORS origin policy with API_URL)

docker-compose -f docker-compose.yml up -d

Eslint

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

Create .env file

TAG=latest
NODE_ENV=development
API_URL=http://ip-url:8000

About

Overhauled OCL Web Authoring Interface v2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 97.0%
  • SCSS 2.4%
  • Other 0.6%