Skip to content

sliit-foss/bashaway-official

Repository files navigation



Bashaway Logo



Curates the annual Bashaway website repositories.

Contributing

Development Flexibility

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.

Deployment

Getting started

  • Run pnpm install to install all dependencies
  • Run pnpm dev --filter <year> to start the web for a particular year

Commit messages

  • 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

Additional tools