A hub for documentation and resources for the Bitcoin Name System (BNS).
The easiest way to make a change is to click the "edit this page" button at the bottom of any documentation page. This will open up Github with a markdown editor.
All pages are written in Markdown.
To add a new docs page:
- Create a new file under
/docs
- Edit
./sidebars.js
to include your new page
$ pnpm
$ pnpm start
Then, visit localhost:3000.
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
$ pnpm build
This command generates static content into the build
directory and can be served using any static contents hosting service.