2025-05-09 23:41:46 -07:00
2025-01-10 23:04:42 -08:00
2025-05-09 23:41:46 -07:00
2025-01-10 23:04:42 -08:00
2024-10-23 13:45:11 -07:00
2025-01-11 11:00:47 -08:00
2025-01-11 10:46:08 -08:00
2025-01-11 12:32:14 -08:00
2025-01-11 12:32:14 -08:00
2025-01-10 23:04:42 -08:00

jakeswestcoast

Jake's West Coast Website

First Time Setup

  1. Create basic react app.
npx create-react-app jakeswestcoast
cd jakeswestcoast
npm start
  1. Install missing packages
npm install web-vitals
npm install react-router-dom
  1. Test changes/fixes with
npm install
npm start

Running

Local development

npm start

Docker

docker compose down && docker system prune -af && docker compose build && docker compose up -d && docker logs -f jakeswestcoast
Description
Website HTML for www.jakeswestcoast.com.
Readme 2 MiB
Languages
JavaScript 55.3%
CSS 25.7%
HTML 14.8%
Python 2.3%
Dockerfile 1.9%