Skip to content

cyscomvit/cyscom-website

Repository files navigation

CYSCOM Website

Getting Started

To install node modules, run

npm install

After installing node modules, run

npm run dev

and open http://localhost:5173 in your browser.

Before creating a pull request, run

npm run format