PyDanny.com V2 blog
navigate to the repository directory
cd pydanny-v2
install dependencies
yarn install
run a development live server
yarn dev
start adding new posts into pydanny-v2/_posts/**
- generate the static files using:
yarn build
- deploy the content of
.vuepress/dist
to any hosting service, or you can use netlify for continues deployment.
- Ahmad Mostafa - Initial work - z3by
- Daniel Roy Greenfeld
This project is licensed under the MIT License.