Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 424 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 424 Bytes

A blog platform based on Nextjs. Both the front-end and back-end use Typescript. Everyone is welcome to contribute code.

Getting Started

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.

Updating Policy

Will keep updating all the time.