Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wd-David committed Jul 18, 2022
1 parent 39ebb8d commit 5e775ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Opinionated boilerplate to build a Fastify app with better DX.
## Features

- Use `@fastify/autoload` for filesystem-based routes & plugins.
- Use `nodemon` & `esbuild` to reduce feedback loop during devlopment.
- Use [`esbuild-kit/tsx`](https://github.com/esbuild-kit/tsx) to reduce feedback loop during devlopment.
- Use `esbuild` to bundle production code.
- Use Conventional Commits & SemVer standards, e.g. `commitlint`, `commitizen`, `standard-version`.
- Use `eslint`, `prettier`, `lint-staged`.
Expand All @@ -37,7 +37,7 @@ pnpm dev
pnpm build

# Run production code
node build
pnpm start

# New commit with interactive CLI
pnpm cz
Expand Down

0 comments on commit 5e775ca

Please sign in to comment.