My personal website built with this template.
- Framework: Next.js
- Styling: Tailwind CSS
- Analytics: Vercel Web Analytics and Speed Insights
- Deployment: Vercel
Execute create-next-app
with pnpm to bootstrap the example:
pnpm create next-app --example https://github.com/b4dr47/my-website my-website
Start the development server:
pnpm dev
The server will be running at http://localhost:3000.
- Update the site metadata and social links in
app/config.ts
to set up SEO, feeds, social links, and Open Graph settings. - Update your routes in
app/sitemap.ts
for SEO optimization. - Update your blog posts in the
/content
folder.
For more information about configuration, follow the instructions in the Getting Started post.