Skip to content
This repository has been archived by the owner on Feb 19, 2023. It is now read-only.

cpe-kmutt-student/road-to-engineer-2023

Repository files navigation

Road to Engineering 2023

⚙️ Road to Engineering 2023

Repo for the Road to Engineering 2023 open house information platform created using Vite and Preact.

🛠️ Develop

  1. Create a .env using template from .env.example and set desired configuration to VITE_PORT and VITE_BACKEND_URL.
VITE_PORT=5000
VITE_BACKEND_URL=https://your-backend-url.com
  1. Run yarn command in your terminal.

  2. You can now start the development server!

yarn dev

📝 Contributing

To start contributing, create a branch for feature or fix (for example feat(some-feature) or fix(some-bug)) then make a PR.