Repo for Comcamp34 registration platform using Vite and React
First, clone the project:
git clone https://github.com/cpe-kmutt-student/comcamp34.git
cd comcamp34
Then,install dependencies
npm install
Run the server
npm run dev
Open http://localhost:5173 with your browser to see the result.
To start contributing, create a branch for feature or fix (for example feat(some-feature) or fix(some-bug)) then make a PR to the dev branch.