brain/README.md

24 lines
388 B
Markdown
Raw Normal View History

2017-11-01 13:47:10 +00:00
# Brain
Random notes on stuff I use, build, etc... My public draft notebook.
## Why ?
Inspired by https://dev.to/maxwell_dev/takes-notes-on-everything-3io
## How ?
Using mdbook, https://github.com/azerupi/mdBook
## Usage
Install mdbook, see https://github.com/azerupi/mdBook, then
2020-04-02 17:27:39 +00:00
> mdbook serve
Go to localhost:3000 with your \$BROWSER, enjoy.
2017-11-01 13:47:10 +00:00
2020-04-02 17:27:53 +00:00
## Build
2017-11-01 13:47:10 +00:00
2020-04-02 17:27:53 +00:00
> mdbook build