A blog platform based on Nextjs. Both the front-end and back-end use Typescript. Everyone is welcome to contribute code.
Clone the code, install dependences, and then run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
Will keep updating all the time.