Website PyLadies Maputo usando mynt generator
To have the this website running locally, you must first, have git
, and python
installed and then follow the steps bellow:
$ git clone https://github.com/pyladies-maputo/website.git
If you use SSH
$ git clone git@github.com:pyladies-maputo/website.git
then, enter in the directory that contains the cloned repository to set the virtual environment:
$ cd website
$ python3 -m venv venv
Now, activate the virtual environment (venv) and install the required libraries
For Linux and MacOS users:
$ source venv/bin/activate
For Windows users:
$ venv\Scripts\activate
pip install -r requirements.txt
mynt gen src dist -d
mynt serve dist
And it must start a server listening on the PORT 8080, you can now open your browser and ether http://localhost:8080
to preview it