Skip to content

Commit

Permalink
Added missing bash command in deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
BurhanCantCode committed Feb 5, 2025
1 parent ca2aaed commit 96e082a
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -347,13 +347,18 @@ Remember to always commit your local changes or stash them before pulling update
pnpm install
```
3. **Build and Deploy**:
3. **Build the Project**:
```bash
pnpm run build
```
4. **Deploy to Cloudflare Pages**:
```bash
pnpm run deploy
```
This command will build the project and deploy it to Cloudflare Pages.
This command will deploy the built project to Cloudflare Pages.
4. **Configure API Keys**:
5. **Configure API Keys**:
After deployment, you'll need to configure your API keys through the Bolt interface:
1. Open your deployed site
2. Select your desired provider from the dropdown menu
Expand Down

0 comments on commit 96e082a

Please sign in to comment.