Skip to content

scio-labs/polkadot.study

This branch is 1 commit behind PolkadotStudy/polkadot.study:staging.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

41fd41b · Feb 7, 2024
May 23, 2023
Apr 6, 2023
Jun 19, 2023
Jul 7, 2023
Feb 2, 2024
Feb 2, 2024
May 22, 2023
Feb 7, 2024
Feb 2, 2024
May 10, 2023
May 30, 2023
Feb 20, 2023
Feb 20, 2023
Feb 6, 2024
Apr 24, 2023
Apr 24, 2023
Dec 12, 2023
Feb 2, 2024
Jul 10, 2023
Feb 2, 2024
Feb 2, 2024
Feb 2, 2024

Repository files navigation

Website

Polkadot Study is a community website to host polkadot related developer tutorials in one place. Anyone can contribute by writing a tutorial and submitting a pull request.

Website

New Tutorial

  1. Open a new Github Discussion here: https://github.com/PolkadotStudy/polkadot.study/discussions/categories/new-tutorials and tag it with the "New Tutorial" Tag.

  2. Answer the questions in the discussion template and include all relevant information and wait for community feedback

  3. Read the Tutorial for new Authors that explains almost anything: https://polkadot.study/docs/authors/new-tutorial-on-polkadot-study/intro

Running Locally

Installation

$ yarn
git submodule init
git submodule update --remote

Local Development

Before you start the dev server, you need to update git submodules as we pull content from other repos.

$ 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.

Build

$ yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.

This website is built using Docusaurus 2, a modern static website generator.

About

Polkadot.study public website

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • MDX 36.8%
  • TypeScript 29.6%
  • JavaScript 28.5%
  • SCSS 4.7%
  • CSS 0.4%