Skip to content

adobecom/caas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Adobe CaaS

Adobe CaaS is a web-based user interface for a cloud-based application. It is built on the React.js library.

Installation

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

Usage

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

Contributing

Pull requests are welcome! If you want to contribute, ask for access to the repository in the #javelin-friends slack channel. Please do all work from a branch and not a fork so that our e2e repository tests and other pr checks will work as intended. Additionally we ask that you follow the husky prompts in their entirety (choosing what kind of change you're doing, specifying your ticket number, adding a short description for the change).

Apache

Apache