Skip to content

ChaiyapatOam/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.

About

Road to Engineering 2023 Open House

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.7%
  • Other 0.3%