Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 726 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 726 Bytes

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.