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