JFWooten4 / WhyDRS-docs

https://dao.WhyDRS.org
GNU Free Documentation License v1.3
0 stars 0 forks source link
WhyDRS | Direct Register Your Shares to Protect Your Investment

WhyDRS is a free educational resource about the financial markets in the United States – specifically direct registration, a method of personal ownership available to everyone but rarely used. Keeping long investments in your own name - with the SEC approved Direct Registration System - provides multiple benefits and safeties not available through other means.

Quick Start

Open in GitHub Codespaces

Prerequisites

To begin development on the documentation, you will first need to install the following:

Development

Once all the prerequisites have been installed, you can run the following commands:

git clone https://github.com/whydrs/dao-docs
cd dao-docs
yarn install
npx docusaurus start

This will begin the development server, and open a browser window/tab pointing to http://localhost:3000/docs/. This development server will auto-reload when it detects changes to the repository.

After you've made your changes, use the following commands to ensure the consistent MDX file formatting and style across the repository:

npm run check:mdx # this will search for problems in the MDX files
npm run format:mdx # this will fix any problems that were found

Repository Structure

[^static]: Anything in this directory will be copied to the root of the final build directory.

Using Markdown

Markdown Basics

If you're unfamiliar with Markdown, there are loads of good tutorials and cheat sheets out there. Check out some of these resources to get a handle on the basics: