π§ Landing Page repository for the Nemeton program - the OKP4 incentivized testnet program.
Here you'll find the source code of the landing page for the OKP4 Nemeton program - the OKP4 incentivized testnet program that has started on November 2, 2022.
Here's the content:
- π Phases of the Program
- π Leaderboard
- πΈ Rewards
- π€ How to join
- βοΈ Terms
π Install the dependencies and build the project:
yarn
yarn build
To launch the Web App, you need to set some environment variables. Default values are provided for the development environment in the file .env.development
.
Feel free to adapt the values to your needs.
The GraphQL types are generated using the schema available on the nemeton-leaderboard.
The schema can be fetched with GH_TOKEN=your-github-token yarn fetch-schema
. It'll fetch the version referenced in the [.schema.version] file.
The generation can then be invoked with yarn graphql:code-gen
.
The generated sources shall be committed to repository, the CI will ensure that.
Run the server with the following command line.
yarn start
Please check out OKP4 health files :
All the code in this repository is licensed under the license.
The assets (markdown documentation, images, etc.) are licensed under the license.