Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
wafash08 authored Jun 28, 2024
1 parent 1242832 commit 9254b57
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,17 @@ npm run dev

This will start the development server and open the application in your default web browser. If it doesn't, you can access it at http://localhost:3000.

### Test User Accounts

Access pre-configured user accounts for testing purposes. Use these accounts to simulate different scenarios.

```json
{
"email": "[email protected]",
"password": "asdfhjkl"
}
```

## Contributions

Any contribution to Peworld is welcomed! If you have an idea for a new feature or have found a bug, please follow these steps to contribute:
Expand Down

0 comments on commit 9254b57

Please sign in to comment.