A gem isn't complete without another
React Web App for the Badge Platform for CeSIUM's Computer Engineering Week event.
This is a collaborative project alongside the Safira backend platform.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Yarn - Provides a fast, reliable and secure node package manager. Checkout installation guidelines.
Installing Yarn dependecies.
yarn install
Starting the development server.
yarn start
Running tests.
yarn test
Bundling the app into static files for production.
yarn build
Please read CONTRIBUTING and CODE_OF_CONDUCT for details on our code of conduct and the process for submitting pull requests to us.
This project is licensed under the MIT License - see the LICENSE file for details.