An open API service indexing awesome lists of open source software.

https://github.com/sliit-foss/bashaway-event-portal

Competitor portal for registration and submissions
https://github.com/sliit-foss/bashaway-event-portal

bashaway

Last synced: 3 months ago
JSON representation

Competitor portal for registration and submissions

Awesome Lists containing this project

README

        




Bashaway Logo













Portal for competitor registration and answer submissions.

## Deployments

- [Production](https://portal.bashaway.sliitfoss.org) (Not always running)
- [Staging](https://portal.staging.bashaway.sliitfoss.org)

## Getting started

- Run `pnpm install` to install all dependencies
- Run `pnpm dev` to start the development server

## Commit messages

- We follow conventional commits during our development workflow as a good practice. More information can be found at their official [documentation](https://www.conventionalcommits.org/en/v1.0.0-beta.4/#examples)
- Refer the [commitlint.config.js](https://github.com/sliit-foss/bashaway-event-portal/blob/main/commitlint.config.cjs) file for a full list of supported commit message prefixes

## Additional tools

- This project is bootstrapped with [Lefthook](https://evilmartians.com/opensource/lefthook), [Eslint](https://eslint.org/) and [Prettier](https://prettier.io/). Please make good use of them.