🧙 Landing Page repository for the Praetoria program - the Furya incentivized testnet program.
Here you'll find the source code of the landing page for the Furya Praetoria program - the Furya 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 praetoria-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 Furya health files :
All the code in this repository is licensed under the license.
The assets (markdown documentation, images, etc.) are licensed under the license.