NextJS Web App for the Badge Platform for CeSIUM's Computer Engineering Week event.
This is a collaborative project alongside the Safira backend platform and the nativemoon mobile app.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Installing npm dependecies.
npm install
Starting the development server.
npm run dev
Format the code accordingly to common guide lines.
npm run format
Lint your code with eslint.
npm run lint
Builds and exports the app for production.
npm run deploy
The sign-up page is intended to be accessed exclusively by users who have received a custom sign-up link in their emails.
For development purposes, you can craft a sign-up link by following the template:
YOUR_DOMAIN/signup?id=SAFIRA_UUID
Please read CONTRIBUTING and CODE_OF_CONDUCT for details on our code of conduct and the process for submitting pull requests to us.
Copyright (c) 2019-2022, CeSIUM.
This project is licensed under the MIT License - see the LICENSE file for details.