Skip to content

AlgoQ/portfolio

Repository files navigation

Portfolio

My personal porfolio website built with Django, Tailwind CSS & some JavaScript. Hosted on Heroku.

Getting Started

$ pip install -r requirements.txt
$ python manage.py makemigrations
$ python manage.py migrate
$ python manage.py runserver