Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 909 Bytes

File metadata and controls

30 lines (18 loc) · 909 Bytes

Source Network Documentation

CC BY-SA 4.0

This is the center of Source Network's documentation.

Getting started

$ npm install
$ npm run start

This installs necessary dependencies and starts a local development server. Most changes are reflected live without having to restart the server.

This website is built using Docusaurus 2.

Documentation is written using common markdown syntax or MDX syntax - the file extension will determine the syntax (.md for common markdown and .mdx for MDX).

Deployment

The website is automatically deployed using Cloudfare Pages.

Contributing

Feedback and pull requests appreciated!