Skip to content

LoganHaug/my-page

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

my-page

This is a website to show off some of my personal projects in a digital medium

Installation

After cloning the repository make sure to install virtualenv using pip install virtualenv

Afterwards create the virtual environment by running python venv .venv

Enter the virutal environment by running source .venv/bin/activate

Install the project dependencies by running pip install -r requirement.txt

Starting the server

Set the environment variable for flask using export FLASK_APP=main.py

Start the server by running flask run

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published