This is a Next.js project bootstrapped with create-next-app
.
You can demo it at https://example-personal-blog.vercel.app/
First clone the repo with
git clone https://github.com/satindar31/example-personal-blog.git
Then copy the enviorment variables from .env.example to .env.local using
cp .env.example > .env.local
You can then install the packages with
npm install
# or
yarn add
#or
pnpm add
Lastly, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx
. The page auto-updates as you edit the file.
This project uses next/font
to automatically optimize and load Inter, a custom Google Font.
This demo was helped to allow people to understand basic typescript and NextJS fundamentals
The easiest way to deploy your Next.js app is to deploy with vecel
Check out our Next.js deployment documentation for more details.