This is my personal website built with NextJs 13, Tailwind CSS, MDX and Vercel.
This is 2nd iteration of my personal website built using NextJs, Tailwind CSS, and Vercel. This will be my digital corner where I will be sharing my thoughts, learning, and random stuff. This was not built with the intention to be a template but feel free to fork and customize it for your own use. If you find any issues in the website, feel free to open an issue and if you want, you can open a pull request for it too.
app/*
- All the static pagespages/api/views/*
- API for handling blog viewscomponents/*
- All the components like Navbar, Footer, etc are herecontent/*
- It contains all the mdx files for blog
# Clone this repository
git clone https://github.com/niteshseram/niteshseram.in.git
# Go into the repository folder
cd niteshseram.in
# Install dependencies
yarn
# Run
yarn dev
Create a .env.local
file similar to .env.example
with the values in it. But is not absolutely necessary thing to do to run the website locally.
DATABASE_URL
- DB URL for tracking the blog's view