This is my personal website. It is built with Next.js and Tailwind CSS.
First, clone the repository:
git clone https://github.com/canakyuz/v4.gitThen, navigate to the project directory:
# Install dependencies
npm install# Run the app
npm run devadd a .env.local file to the root of the project and add the following:
NEXT_PUBLIC_SANITY_PROJECT_ID=
NEXT_PUBLIC_SANITY_DATASET=
NEXT_PUBLIC_SANITY_API_VERSION=
SANITY_API_TOKEN=Open http://localhost:3000 with your browser to see the result.
This project is open source and available under the MIT License.
You can reach me at or visit my website.
- v4.0.0 - Initial release