This repository houses core course material for the Polkadot ecosystem.
The Technical Education team at Web3 Foundation are the primary maintainers of this repository and will review all issues and pull requests created here.
It is preferred that:
- You open an issue using one of the issue templates.
- Open a PR referencing the issue.
If you notice typos or grammatical errors, please feel free to create pull requests with these corrections directly. It is generally preferable to create a pull request over an issue to propose a change to the content.
Hosted on GitHub pages - https://w3f.github.io/w3f-education/. This website is built using Docusaurus.
Download the repo and run the commands below
yarn install
yarn start
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.