Barmaga.io, an open source education/learning platform. This is the teacher's dashboard. If you are looking for the main website or the back-end pelase check:
- Website(Front End): edu-ui
- Backend (API): edu-backend
This project is build with React and TypeScript
Before accessing the teacher dashboard, you will need to create a user in the back-end with role type teacher
. Make sure to create a profile for the user as well
- Clone the repo
- install the dependencies
yarn install
-
Make a copy of
.env.example
to.env.development
-
Start the development server
yarn develop