V1 of my personal site. If you're looking for v2: https://github.com/nikolovlazar/nikolovlazar.com
The content provides information about the deployment and tech stack of the website nikolovlazar.com. It mentions the use of Vercel as the deployment platform, Next.js as the framework, PlanetScale as the database, and Prisma as the ORM. Additionally, it mentions the use of MDX for content, Chakra UI for styling, and various services such as Raindrop, ConvertKit, AirTable, and Plausible for bookmarks, newsletter and course subscriptions, book management, and analytics respectively.
To run the website locally, follow these steps:
.env
file in the project directory with the same structure as the .env.example
file..env
file with the necessary values.npm install
npm run dev
http://localhost:3000
to view the website.The content analyzes the deployment and tech stack of the website nikolovlazar.com, highlighting key features such as the use of Vercel for deployment, Next.js as the framework, PlanetScale as the database, and Prisma as the ORM. It also mentions the use of MDX for content creation and Chakra UI for styling. Additionally, it lists various services employed by the website, including Raindrop, ConvertKit, AirTable, and Plausible.