Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 597 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 597 Bytes

CMSSDT IB page

This is source code for new CMSSDT IB page. It must be transpiled before deploying.

To start local development

docker run -it --rm --name my-running-script -v "$PWD":/usr/src/app -w /usr/src/app -p 3000:3000  node:8 bash  # starts NPM in docker enviroment
cd public && ./updateData.sh && cd ..  # populate enviroment with latest testing data 
npm install  # install dependencies
npm run start  # run development server

Documentation