Skip to content

WhyDRS/DAO-docs

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

Repository Structure

  • /docs/ Contains all the documentation content.
  • /comments/ Contains crowdsourced regulatory comments.
  • /peitions/ Contains crowdsourced regulatory petitions.
  • /blog/ Contains community contributor posts.
  • /src/ Contains non-documentation code files.
  • /static/ Contains static assets like images.1

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:

Footnotes

  1. Anything in this directory will be copied to the root of the final build directory.

Releases

No releases published

Packages

No packages published