Skip to content

Repository files navigation

CMSSDT IB page

This is source code for new CMSSDT IB page.
It uses React 19 and Vite. It must be built 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 5173:5173 node:20 bash

# populate environment 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
npm run preview

Open browser and access localhost:5173

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

6 watching

Forks

Releases

Packages

Used by

Contributors

Languages