Devchecklists.com is a collaborative space for sharing checklists that help ensure software quality, guide you through crisis and other helpful stuff for devs.
First, run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.
The search bar will not show up on the development server as it depends on the build files
Build the static production website with npm run build
Serve the static website with npm run start
This is a Next.js project bootstrapped with create-next-app
.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.