This repository contains the source code for my personal fullstack weblog, Rezcoding.
- Frontend: Next.js, TypeScript, Tailwind CSS
- Backend: Sanity.io (Headless CMS)
- Deployment: Vercel
git clone https://github.com/20Amir01/Rezcoding.git
npm install
- Create a Sanity.io project or use an existing one.
- Add your Sanity Studio API token to the .env.local file (create it if necessary).
- Run npm run sanity studio to open the Sanity Studio.
npm run dev
Open http://localhost:3000 in your browser to see the weblog running.
This repository is configured for deployment on Vercel.To deploy to Vercel:
- Connect your Vercel account to the repository.
- Set environment variables for Sanity.io API token and any other required config (e.g., Google Analytics).
- Deploy the repository.
- Next.js: https://nextjs.org/
- TypeScript: https://www.typescriptlang.org/
- Tailwind CSS: https://tailwindcss.com/docs/installation
- Sanity.io: https://www.sanity.io/
- Vercel: https://vercel.com/