mirror of
https://github.com/runyanjake/jakeswestcoast.git
synced 2026-09-25 13:18:40 -07:00
jakeswestcoast
Jake's West Coast Website
First Time Setup
- Create basic react app.
npx create-react-app jakeswestcoast
cd jakeswestcoast
npm start
- Install missing packages
npm install web-vitals
npm install react-router-dom
- 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
Languages
JavaScript
46.5%
CSS
27.8%
Dockerfile
12.4%
HTML
11.5%
Python
1.8%