/whoisdg

portfolio site

Primary LanguageCSSGNU General Public License v3.0GPL-3.0

WhoisDG

Description

My portfolio website.

Setup for development

Create a .env file at root of project, refer to this for creating .env file.

Create python environment and activate

python3 -m venv venv && source venv/bin/activate

Install dependencies

pip install -r requirements.txt
npm install

To build css files

npm run build-css

Run server

flask run