yuyu_web/README.md
muhammadluthfias 64f97fe33f Edit readme
2023-02-14 01:19:02 +07:00

49 lines
593 B
Markdown

Yuyu Web Documentation
=======
## Web Access
https://yuyu-billing.dev
## Installation
### 1. Install python-pip
```
## Python2
wget https://bootstrap.pypa.io/get-pip.py
python get-pip.py
## Python 3
sudo apt install python3-pip
```
### 2. Install mkdocs
```
pip install mkdocs
pip3 install mkdocs-material
```
## Testing
Testing running mkdocs
```
mkdocs new my-project
cd my-project
mkdocs serve
```
## Yuyu documentation
Clone repository
```
git clone https://go.btech.id/rsch/yuyu-environment.git
cd yuyu-environment
```
Build & Running Web
```
mkdocs build
mkdocs serve
```