Add README.md
This commit is contained in:
parent
4a545dda8d
commit
34231c2e05
1 changed files with 21 additions and 0 deletions
21
README.md
Normal file
21
README.md
Normal file
|
@ -0,0 +1,21 @@
|
|||
# The New Dimension of The UNIVERSE
|
||||
|
||||
Book by S.I. Sukhonos
|
||||
|
||||
Built with [mdbook](https://github.com/rust-lang/mdBook). Needed to be installed before run.
|
||||
|
||||
## Build
|
||||
|
||||
```bash
|
||||
mdbook build
|
||||
```
|
||||
|
||||
Get static content in `book` folder.
|
||||
|
||||
## Run on localhost
|
||||
|
||||
```bash
|
||||
mdbook serve --open
|
||||
```
|
||||
|
||||
Open `http://localhost:3000` in browser.
|
Loading…
Add table
Add a link
Reference in a new issue