Add README.md

This commit is contained in:
Игорь Брылёв 2025-05-10 22:39:33 +03:00
parent 4a545dda8d
commit 34231c2e05

21
README.md Normal file
View 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.