Skip to content

Repository containing the code of the projects presented in my personal website.

License

Notifications You must be signed in to change notification settings

juanitorduz/website_projects

Repository files navigation

Website Projects

Ruff 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

Remark: The nutpie package requires cargo, a rust package manager. For installation instructions, see here.