Curates the annual Bashaway website repositories.
The project has been bootstraped with Turborepo which makes the maintaince of the project a whole lot easier out of the box. The directory apps
houses the websites for each year. It's possible to develop the next iteration of it using any development framework as needed. The current 2 are built with React + Vite.
-
The current years' website will be avaialble under the domain https://bashaway.sliitfoss.org
-
Previous years will be available under https://bashaway.sliitfoss.org/{{year}}
- Example - https://bashaway.sliitfoss.org/2022
-
The deployment process has been fully automated and will work even for future website deployments
- Run
pnpm install
to install all dependencies - Run
pnpm dev --filter <year>
to start the web for a particular year
- We follow conventional commits during our development workflow as a good practice. More information can be found at their official documentation
- Refer the commitlint.config.js file for a full list of supported commit message prefixes