Home

Awesome

<img src="public/static/favicons/icon.png" height="48" > <div align="center"> <img src="public/static/images/logo.png" height="64" > </div>

banner

AmosChenZixuan Personal Blog

Based off the Tailwind Nextjs Starter Blog

This is a Next.js, Tailwind CSS project which is based on Next App directory with React Server Component and uses Contentlayer to manage markdown content.

Addtional Features by Me

Original Features From the Template

Installation

Prerequisite: Node and Yarn

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | bash
nvm install 18
nvm use 18

npm i --global yarn
yarn

Please note, that if you are using Windows, you may need to run:

set PWD="$(pwd)"

Development

First, run the development server:

yarn dev

Open http://localhost:3000 with your browser to see the result.

Edit the layout in app or content in data. With live reloading, the pages auto-updates as you edit them.