Skip to content

cms-sw/cmssdt-ib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages