Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.24 KB

README.md

File metadata and controls

34 lines (25 loc) · 1.24 KB

Kan's Portfolio

Hello this is my repo for my website at kankawabata.com.

This repo contains:

  • main page
    • details about myself
  • web interfaces/apps for some of my personal projects
    • magic eye generator
    • whistle to midi app
    • etc.

dependency

  • git
  • poetry
  • dependencies for pyaudio
  • ffmpeg
  • npm

installation for local development

  • clone this repo with git clone https://github.com/kkawabat/portfolio.git
  • run poetry install
  • run python manage.py runserver

network notes

The miscellaneous notes below are related to server and network configuration and may only be relevant to my own server setup. Because port 80 is blocked by my ISP provider, I need to setup ssl using dns-challenge. I'm still a bit fuzzy on the meaning of this but was able to brute force my way into getting this working.