Repo for the Road to Engineering 2023 open house information platform created using Vite and Preact.
- Create a
.envusing template from.env.exampleand set desired configuration toVITE_PORTandVITE_BACKEND_URL.
VITE_PORT=5000
VITE_BACKEND_URL=https://your-backend-url.com
-
Run
yarncommand in your terminal. -
You can now start the development server!
yarn devTo start contributing, create a branch for feature or fix (for example feat(some-feature) or fix(some-bug)) then make a PR.
