web2019/README.md

28 lines
543 B
Markdown
Raw Normal View History

2019-07-03 17:52:11 +08:00
# m-labs with zola
## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
### Installing
A step by step series of examples that tell you how to get a development env running
1. Clone the project
```
git clone https://github.com/sovanna/m-labs-zola.git \
&& cd m-labs-zola
```
2019-07-18 22:32:15 +08:00
2. Install Zola
2019-07-03 17:52:11 +08:00
3. Start
```
zola serve --interface 0.0.0.0 --port 1111
2019-07-18 22:32:15 +08:00
```