This is a Turborepo monorepo containing a Nuxt 3 frontend and Sanity backend.
- Frontend:
https://cynthiapedrasa.com/
- Backend:
https://cynthiapedrasa.sanity.studio/
- Nuxt 3
- Tailwind CSS
- Sanity
- TypeScript Config
- ESLint Config
To build all apps and packages, run the following command:
yarn build
To develop all apps and packages, run the following command:
yarn dev
Commits pushed to main
will automatically trigger a deploy in Vercel.
To deploy the backend, run the following command:
cd apps/backend
sanity deploy