Faktory is a partner agency here in the Salt Lake area. We collaborated with their design and content teams to build a custom site that matched their brand, with easy editing and customization using Sanity's CMS powered by a lightning fast Next.js frontend.
- Public site: https://faktory.vercel.app/
- CMS: https://faktory-studio.vercel.app/
./studio/
: Sanity Studio for editing content./web/
: Public Next.js site
- Clone this repository
npm install
in the project root folder on localnpm run dev
to start the studio and frontend locally- Your studio should be running on http://localhost:3333
- Your frontend should be running on http://localhost:3000
npm run build
to build to production locally
Vercel automatically deploys new changes committed to the repo.