Kiwi2333 is a personal blog built with Next.js and Tailwind CSS. It provides a simple and clean interface for users to read and manage their blogs.
To get started with Kiwi2333, follow these steps:
- Install Node.js (version >= 18)
- Install pnpm globally by running
npm install -g pnpm
- Change to the project directory and run
pnpm install
To start the development server, run pnpm run dev
.
To package the project, run pnpm run build
.
For static hosting, you can upload the built files to a web server or use services like Netlify, Vercel, or GitHub Pages.