An open API service indexing awesome lists of open source software.

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

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.