Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 1.22 KB

README.md

File metadata and controls

33 lines (19 loc) · 1.22 KB

Website Projects

Open in Visual Studio Code GitHub stars GitHub forks

Build

This repository contains the code of the projects presented in my personal website https://juanitorduz.github.io.

  • Feel free to share and use the code.

  • If you find a mistake or typo please let me know (ideally report as an issue or open a pull request).

  • Comments and suggestions are always welcome.


Local Development

We use pipenv.

  • Create environment variables in your shell:
pipenv install --dev
  • Activate:
pipenv shell