This project check the poroximity in a unidrectional social network.
The resources used for this project are:
Name | Github | |
---|---|---|
Jose Antonio Castro | jacastro18@uc.cl | @Baelfire18 |
Benjamín Vicente | benjavicente@uc.cl | @benjavicente |
José Madriaza | jm.madriaza@uc.cl | @LeoMo-27 |
- Node 18.0.0
- Vue 3
- Nuxt 3
- TypeScript
- TailwindCSS
- Apollo 5 (GraphQL)
- Pinia 2 (Store)
npm install -g pnpm
pnpm install
Start the development server on http://localhost:3000
:
pnpm dev
Build the application for production:
pnpm run build
Locally preview production build:
pnpm run preview