An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

# YODAOS Book

[![Build Status](https://travis-ci.com/yodaos-project/yoda-book.svg?branch=master)](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