Files
social-media/frontend
Jonathan Bourdon 4775e35b3c
All checks were successful
deploy-socialize / image (push) Successful in 2m7s
deploy-socialize / deploy (push) Successful in 32s
Merge branch 'main' of sobina-git:jbourdon/social-media
2026-05-05 23:26:59 -04:00
..
2026-05-05 13:06:57 -04:00
2026-05-05 22:24:57 -04:00
2026-05-05 22:24:57 -04:00
2026-05-04 16:29:50 -04:00
2025-02-13 00:38:38 -05:00

Hutopia

https://docs.google.com/document/d/1xY9KtOGBx80ICbwUJWReO4ZEOIvw_D4quMcRzZ-nMWo/edit?usp=sharing

Hutopia frontEnd. Using vue3 and vuetify3.

System Setup

Local frontend runtime configuration lives in .env.development for development and .env.production for production. Update those files when changing API endpoints or OAuth client ids.

The dev server runs over HTTP on http://localhost:5173.

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build