Adobe CaaS is a web-based user interface for a cloud-based application. It is built on the React.js library.
To install CaaS, simply clone from your fork of the repo:
git clone https://github.com/<username>/CaaS
Then run:
npm install
npm run build
npm run start
Once installed, you can use the following scripts to build, lint, release, test, and serve the application:
npm run build
npm run lint
npm run test:coverage
npm run test:unit
npm run test:e2e
npm run start
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.