tm-kn / gillespie-site

Home Page:https://gillespie-site.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Requirements

  • Python 3.6+
  • Node.js 12 (you can use nvm - nvm install 12, nvm use 12)

Installation

Create virtual environment.

python3 -m venv venv

Activate virtual environment.

. venv/bin/activate

Install requirements within virtual environment.

pip install -r requirements.txt

Install front-end dependencies.

npm install

Compile static files.

npm run build

Running dev server

Activate virtual environment

. venv/bin/activate

Start the server.

FLASK_ENV=development flask run

Running front-end watcher

If you want to make change static files (e.g. JavaScript), please run a build watcher that will re-build static assets on a file change.

npm start

About

https://gillespie-site.herokuapp.com/

License:MIT License


Languages

Language:Python 57.3%Language:JavaScript 26.9%Language:HTML 15.8%