Skip to content
 
 

Latest commit

 

History

272 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

New cmssw iB page - React v18.3.1

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages