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

# Start node container
docker run -it --rm --name my-running-script -v "$PWD":/usr/src/app:z -w /usr/src/app -p 3000:3000  node:18 bash  # starts NPM in docker enviroment
# populate enviroment with latest testing data
./public/updateData.sh
# install dependencies
npm install
# For development server
npm run start
# For testing the changes in production build
npm run build
npx serve -s build

Open browser and access localhost:3000

Documentation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 6

Languages