diff --git a/README.md b/README.md index d6c2879..eb29a72 100644 --- a/README.md +++ b/README.md @@ -106,16 +106,24 @@ dfx start --background ### 2. Install dependencies -``` +```bash pnpm install ``` ### 3. Deploy the canisters -``` +```bash dfx deploy ``` +## Develop + +During development, you can run the frontend with hot reloading using Vite. + +```bash +pnpm run dev +``` + ## Collaborators