Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 496 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 496 Bytes

willpatera.com

Personal website willpatera.com.

Setup

After cloning the repository, create a virtual environment using virtualenv.

virtualenv -p python3.6 env

Activate the virtual environment (instructions for fish shell users).

source env/activate.fish

Install requirements.

pip install -r requirements.txt 

Development

Build and serve with ivy

ivy build
ivy serve

Deployment

more here soon...