Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cesium/opal
https://github.com/cesium/opal
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/cesium/opal
- Owner: cesium
- License: mit
- Created: 2020-02-23T04:04:27.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-03-06T19:33:37.000Z (almost 3 years ago)
- Last Synced: 2023-04-04T00:41:43.818Z (almost 2 years ago)
- Language: JavaScript
- Size: 67.8 MB
- Stars: 4
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[safira]: https://github.com/cesium/safira
[nativemoon]: https://github.com/cesium/nativemoon
[travis]: https://travis-ci.org/cesium/opal-node
[license]: LICENSE.txt# Opal
[![Build Status](https://travis-ci.org/cesium/opal.svg?branch=master)](https://travis-ci.org/cesium/opal)
NextJS Web App for the Badge Platform for CeSIUM's Computer Engineering Week
event.This is a collaborative project alongside the [Safira][safira] backend platform
and the [nativemoon][nativemoon] mobile app.## Getting Started
These instructions will get you a copy of the project up and running on your
local machine for development and testing purposes.### Prerequisites
- [nodejs](https://nodejs.org/en/download/)
### Installing
Installing npm dependecies.
```shell
npm install
```### Development
Starting the development server.
```shell
npm run dev
```Format the code accordingly to common guide lines.
```shell
npm run format
```Lint your code with eslint.
```shell
npm run lint
```### Deployment
Builds and exports the app for production.
```shell
npm run deploy
```### Usage
#### Sign-up
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
## Contributing
Please read [CONTRIBUTING](CONTRIBUTING.md) and
[CODE_OF_CONDUCT](CODE_OF_CONDUCT.md) for details on our code of conduct and
the process for submitting pull requests to us.## License
Copyright (c) 2019-2022, CeSIUM.
This project is licensed under the MIT License - see the [LICENSE][license]
file for details.