Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
neozhu committed Jan 7, 2024
1 parent 435d776 commit de2b602
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ Built with the latest .NET 8 framework, MailScan combines robust performance wit
Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:

```bash
# set PocketBase URL in .env
PUBLIC_POCKETBASE_URL=http://10.33.1.166:3010/
BODY_SIZE_LIMIT=5291456 # 5mb

npm run dev

# or start the server and open the app in a new browser tab
Expand Down

0 comments on commit de2b602

Please sign in to comment.