mirror of
https://github.com/runyanjake/jakeswestcoast.git
synced 2026-03-26 05:23:18 -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
52.1%
CSS
31.2%
HTML
13%
Python
2%
Dockerfile
1.7%