https://github.com/yodaos-project/yoda-book
The book covers the application development and customization.
https://github.com/yodaos-project/yoda-book
gitbook yodaos
Last synced: 3 months ago
JSON representation
The book covers the application development and customization.
- Host: GitHub
- URL: https://github.com/yodaos-project/yoda-book
- Owner: yodaos-project
- License: other
- Created: 2018-11-13T10:09:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-03-25T07:56:17.000Z (about 3 years ago)
- Last Synced: 2024-05-14T00:27:00.145Z (about 1 year ago)
- Topics: gitbook, yodaos
- Homepage: https://yodaos-project.github.io/yoda-book/
- Size: 1.73 MB
- Stars: 18
- Watchers: 24
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# YODAOS Book
[](https://travis-ci.com/yodaos-project/yoda-book)
This repository contains the source of all editions of "YODAOS Book", and we have the online version at: [https://yodaos-project.github.io/yoda-book/](https://yodaos-project.github.io/yoda-book/).
### Requirements
This book is built on [Gitbook][] with the following:
```sh
$ npm install
```### Build
To build the book, that's dead-simple by the following command-line:
```sh
$ npm run build
```If you want to view the book on modern browsers, just via the below:
```sh
$ npm run dev
```### Contributing
We'd love your help! As the guidance of contributing beginner, we recommand the following jobs:
- improve the description.
- translations.
- inconsistence between implementation and this book.
- typos and mistakes.
- errors on sample.### License
[Apache 2.0][]
[Gitbook]: https://github.com/gitbookio
[Apache 2.0]: LICENSE