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
- Host: GitHub
- URL: https://github.com/sliit-foss/bashaway-event-portal
- Owner: sliit-foss
- Created: 2022-07-07T15:09:58.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-07T16:22:05.000Z (9 months ago)
- Last Synced: 2025-03-26T03:03:35.599Z (3 months ago)
- Topics: bashaway
- Language: JavaScript
- Homepage: https://portal.bashaway.sliitfoss.org
- Size: 24.1 MB
- Stars: 0
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
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.