My web site!
Propulsed by JSSG.
$ git clone https://github.com/jtremesay/jtremesay.org.git
$ cd jtremesay.org
$ direnv allow
$ npm install
$ pip install -Ur requirements.txt$ npm run dev
# (in other shell)
$ ./manage.py runserver$ npm run build
$ ./manage.py distill-local --collectstatic --force distOr, if you prefer docker
$ make docker-image(make for building and runnnig the image)