mirror of
https://github.com/runyanjake/jakeswestcoast.git
synced 2025-10-04 07:17:31 -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
55.3%
CSS
25.7%
HTML
14.8%
Python
2.3%
Dockerfile
1.9%