# 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 ``` 2. Install Zola 3. Start ``` zola serve --interface 0.0.0.0 --port 1111 ```