Skip to content

Latest commit

 

History

History
84 lines (55 loc) · 3.78 KB

README.md

File metadata and controls

84 lines (55 loc) · 3.78 KB

🧙 Praetoria Landing Page

praetoria github bannner

version lint build conventional commits contributor covenant license TypeScript prettier

🧙 Landing Page repository for the Praetoria program - the Furya incentivized testnet program.

Purpose

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

Setup

🚚 Install the dependencies and build the project:

yarn

yarn build

Use

Environment

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.

GraphQL

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.

Launch

Run the server with the following command line.

yarn start

You want to get involved? 😍

Please check out Furya health files :

License

All the code in this repository is licensed under the bsd-3-clause license.

The assets (markdown documentation, images, etc.) are licensed under the cc-by-sa-4.0 license.