This includes the frontend for Open-Certs.
After seeing so many open-source projects being monetized without giving any recognition to contributors, Open-Certs comes with the vision to certify every open-source contribution.
Open-Certs frontend is based on component-based architecture. It takes advantage of Reactjs
as UI library, Typescript
as programming language, TailwindCSS
, Material-UI
, etc and consumes Open-Certs-Backend to delivery required services to the users.
- To get started, install the required node modules:
yarn install
- Then copy the
.env.sample
to.env
and configure it.
Then issue the following command to run the server:
yarn start
Any contributions you make are greatly appreciated.
- Create / Choose an issue here.
- Get the issue assigned to yourself by commenting.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request