https://github.com/vintasoftware/devchecklists.com-content
devchecklists.com
https://github.com/vintasoftware/devchecklists.com-content
checklist
Last synced: about 1 year ago
JSON representation
devchecklists.com
- Host: GitHub
- URL: https://github.com/vintasoftware/devchecklists.com-content
- Owner: vintasoftware
- Created: 2021-07-15T18:59:36.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-11-21T15:23:48.000Z (over 2 years ago)
- Last Synced: 2025-04-10T18:46:46.900Z (over 1 year ago)
- Topics: checklist
- Language: TypeScript
- Homepage: https://devchecklists.com/
- Size: 854 KB
- Stars: 6
- Watchers: 16
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Devchecklists
## About
Devchecklists.com is a collaborative space for sharing checklists that help ensure software quality, guide you through crisis and other helpful stuff for devs.
## Development
### Getting Started
First, run the development server:
```bash
npm run dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
### Search index
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`
### Learn More
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
To learn more about Next.js, take a look at the following resources:
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.