- Install Node.js (version 18 or higher)
- Clone this repository
- Run
npm installin the project directory - Run
npm run devto start the development server - Open
http://localhost:5173in your browser to view the site
Run npm run build to create a production build in the build directory.
Consecutively, run npm run preview to preview the production build locally.
The site is deployed automatically via GitHub Actions when changes are pushed to the main branch.