# create-dropnal

CLI to scaffold a new Dropnal project.

```bash
npm create dropnal@latest my-app
cd my-app
npm run dev
```

That's it.
