https://github.com/sliit-foss/bashaway-admin-portal
Dashboard for administrative tasks
https://github.com/sliit-foss/bashaway-admin-portal
admin-dashboard bashaway
Last synced: 7 months ago
JSON representation
Dashboard for administrative tasks
- Host: GitHub
- URL: https://github.com/sliit-foss/bashaway-admin-portal
- Owner: sliit-foss
- Created: 2022-07-07T15:09:21.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-15T14:33:52.000Z (10 months ago)
- Last Synced: 2024-09-16T14:11:00.192Z (9 months ago)
- Topics: admin-dashboard, bashaway
- Language: JavaScript
- Homepage: https://admin.bashaway.sliitfoss.org
- Size: 19.2 MB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
Administrative portal for event management and monitoring activities. Facilitates manual grading if required.
## Deployments
- [Production](https://admin.bashaway.sliitfoss.org) (Not always running)
- [Staging](https://admin.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-admin-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.