Screenshots
- Mobile-first, responsive portfolio, and looks clean to small, medium, or large screens.
Instructions for Myself:
- Open Cursor
- Open 2 Terminals.
-
With the first one, run
npm run build_css.- Then run,
npx tailwindcss -i ./src/styles.css -o ./public/styles.css --watch. - This one will infinitely run since it has the
--watchtag.
- Then run,
-
With the second terminal, run
live-server public.- Go to
localhostorhttp://127.0.0.1:8080to see the output.
- Go to
Next Steps
Host on Render/Flask?

