/comcamp34

ComCamp 34 registration website

Primary LanguageTypeScript

🖥️ Comcamp34

Repo for Comcamp34 registration platform using Vite and React

🛠️ Run locally

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.

📄 Contributing

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.

Guidelines