Created with mdBook
Page edits can be made by making changes to the Markdown file in the src
directory. You can then open a Pull Request to have your updates merged. You can also begin editing by simply clicking the edit button in the top right on any page.
git clone
the repo andcd
into the directory- run
yarn
to install the packages yarn dev
will open the app onlocalhost:3000
- after making edits run
yarn format
to format the Markdown files