Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 281 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 281 Bytes

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