DGclasher / whoisdg

portfolio site

Home Page:https://whoisdg.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

portfolio site

https://whoisdg.vercel.app

License:GNU General Public License v3.0


Languages

Language:CSS 57.7%Language:HTML 28.2%Language:Python 11.6%Language:JavaScript 2.5%