Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 265 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 265 Bytes

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