NEAR-Edu / welcome-track

The Welcome Track website for introducing people to Web3 and NEAR
GNU General Public License v3.0
0 stars 4 forks source link

Welcome Track - NEAR Education

Find your place in the NEAR ecosystem.

The Welcome Track is a website for introducing people to Web3 and NEAR.

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

Getting started

Installation

npm install
npm run prepare

Local Development

npm run 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

npm run build

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

Adding documentation

When adding documentation, whether it be a single article or a whole folder (category) of articles, please follow the following guidelines:

Editing footer links

When editing footer links, please edit the src/config/footerLinks.ts file. You will see a variable with the name of FOOTER_LINKS which holds the links. Each persona has a different array of columns and links within those columns.

IMPORTANT: Make sure that the persona name matches the name of the directory where the persona documentation is located at (e.g. for developers write developers, don't use abbreviations in this config if they are not used in the file name, like using devs).