Creation of a portfolio containing projects, introduction and contact details with contact form. The portfolio is deployed on Vercel.
-
clone he project: https://github.com/DoriDoro/portfolio_dorothea-reher.git
-
cd portfolio_dorothea-reher
-
python -m venv venv
-
. venv/bin/activate
on MacOS and Linuxvenv\Scripts\activate
on Windows -
pip install -r requirements.txt
-
export FLASK_APP=index
-
export FLASK_ENV=development
-
flask run
https://portfolio-dorothea-reher-doridoro.vercel.app/
this template does not exist anymore but the template is from: http://www.mashup-template.com/preview.html?template=univers
(first deployment on Heroku)