This is a simple personal / blog website built using
The website is intended for developers / bloggers who want a simple, customizable platform to publish their content.
To run this project locally, you need to have the following installed on your computer:
git clone https://github.com/jamesawo/nextjs-tailwind-blog
cd nextjs-tailwind-blog
npm install
cp example.env .env
npm run dev
http://localhost:3000
The website is deployed on Vercel. To deploy your own instance of the website, you can follow these steps:
For more detailed instructions on how to deploy a Next.js app on Vercel, please refer to the official documentation.
To learn more about Next.js, take a look at the following resources:
Next.js Documentation - learn about Next.js features and API. Learn Next.js - an interactive Next.js tutorial. You can check out the Next.js GitHub repository
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.
This project is licensed under the MIT License