Skip to content

adenhertog/aws-stormcloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

aws-stormcloud

A continuous integration platform for managing AWS Cloudformation stacks in development teams.

Install

Install the dependencies with npm:

npm install

Commands

start

Starts node.js and listens on http://localhost:8080/.

npm start

dev

Creates a new nodemon process and watches for changes. Site will launch on http://localhost:8083/.

npm run dev

lint

TS Lints the /src folder

npm run lint

test

Runs mocha behavioural tests on /src folder

npm run test