Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 491 Bytes

File metadata and controls

35 lines (24 loc) · 491 Bytes

Development

It's recommended to use Volta to manage the node version.

Make sure the bun's version is 1.2.7 before run build.

curl -fsSL https://bun.sh/install | bash -s "bun-v1.2.7"

Install.

npm i

Run the project.

npm run dev

Test the build version.

npm run build
npm run start

It will start the development server for the documentation.

▲ Next.js 14.2.32
- Local:        http://localhost:3000