···2233- Clone the repository
44- This repository uses PNPM so make sure you have that installed
55-- Run ``pnpm install``
66-- Run ``pnpm dev init`` to run the CLI in dev mode
55+- Run `pnpm install`
66+- Run `pnpm dev init` to run the CLI in dev mode
7788## Commit Messages
99···15151616## Adding a new template
17171818-New templates should go in the ``templates`` folder. See the other existing templates for an idea of what needs to be added.
1818+New templates should go in the `templates` folder. See the other existing templates for an idea of what needs to be added.
19192020-You'll also want to update the ``removableTemplateFiles`` function to remove files you don't need/want to remove from the template generated from the underlying vite command.
2020+You'll also want to update the `removableTemplateFiles` function to remove files you don't need/want to remove from the template generated from the underlying vite command.
+1-1
README.md
···11# create-atproto-app
2233-This is a thin wrapper on top of ``create-vite`` that adds specific code for working with the AT Protocol.
33+This is a thin wrapper on top of `create-vite` that adds specific code for working with the AT Protocol.
4455## Getting Started
66