This repository is all about my current portfolio website. If you want to look at what I've made here go ahead and watch :D
You can read full documentation in _docs folder
- install python packages
./backend/requirements.txt
cd backend pip install -r requirements.txt
- go back to root dir
cd ..
- install npm packages
./frontend/package.json
cd frontend npm install
- Frontend:
cd frontend npm run dev
- Backend:
- go to backend dir
bash cd backend
- set global varibles:
- linux:
export FLASK_APP=index.py
- windows:
set FLASK_APP=index.py
- linux:
- run flask:
bash flask run
- go to backend dir
Restricted for now read