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

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

Awesome Lists containing this project

README

        




Bashaway Logo













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.