/w3f-education

Technical Education at Web3 Foundation

Primary LanguageJavaScriptOtherNOASSERTION

CC BY 4.0License: MIT

Technical Education at Web3 Foundation

This repository houses core course material for the Polkadot ecosystem.

Contribution Guidelines

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:

  1. You open an issue using one of the issue templates.
  2. 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.

Website

Hosted on GitHub pages - https://w3f.github.io/w3f-education/. This website is built using Docusaurus.

Installation and Local Development$

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.