Skip to content

Latest commit

 

History

History
executable file
·
23 lines (14 loc) · 936 Bytes

README.md

File metadata and controls

executable file
·
23 lines (14 loc) · 936 Bytes

JeremyCollins.net web source

This is the source for jeremycollins.net. Tech stack relied upon for deployment:

Deployment stack, optional:

Local server & client:

Local Installation (with Docker)

Pull and run docker repo docker pull jdodsoncollins/jeremycollins.net && docker-compose up

Docker container extends nginx-alpine container, so follow any appropriate nginx docker guide if you're curious what that does or have problems.

Local Development
  1. cd site && npm install --legacy-peer-deps (node version 16 recommended)
  2. Use npm run develop to build and run locally. This site is built with Gatsby so basic familiarity is needed if you roll with this project.