Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
slhmy committed Jun 1, 2024
1 parent fc41eab commit c968f21
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ npm install
npm run start
```

For working without backend:

```sh
npm run start:mock
```

### Lints & Formats

Please run the following before commit:
Expand All @@ -29,3 +35,11 @@ Please run the following before commit:
npm run prettier:check
npm run lint
```

## UI Resources

🩷 Thanks to the awesome open-source community,
OJ Lab Front mainly uses the following resources:

- [daisyUI](https://daisyui.com/) for Tailwind CSS components
- [Tabler Icons](https://tabler.io/icons) for icons

0 comments on commit c968f21

Please sign in to comment.