mirror of
https://github.com/runyanjake/jakeswestcoast.git
synced 2026-06-25 08:04:52 -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
- 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
50%
CSS
29.9%
HTML
12.5%
Dockerfile
5.7%
Python
1.9%