lbkchen / homebase

Personal homepage

Home Page:https://homebase.now.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Homebase

A personal homepage

Install

Install python requirements from Pipfile

cd backend
pipenv install

Install client side requirements with npm (check package.json for node version)

npm install

Development

Run Django backend server on http://localhost:8000

# If not already you need to use the Python environment shell
pipenv shell

cd backend
python manage.py runserver

Run NextJS React client on http://localhost:3000

npm run dev

Deploy

TBD

About

Personal homepage

https://homebase.now.sh


Languages

Language:JavaScript 58.6%Language:Python 41.1%Language:Shell 0.2%Language:Sass 0.2%