Skip to content

Commit 4ee5ced

Browse files
authored
Update README.md
1 parent 38f4b5f commit 4ee5ced

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ Chrome extension starter template with React, TypeScript, Vite and Tailwind.
44

55
Built from [Chrome Extension Starter](https://github.com/chibat/chrome-extension-typescript-starter)
66

7+
## Features
8+
9+
- Use React, Vite and TypeScript for development
10+
- Tailwind CSS support
11+
- Husky for commit check
12+
- Actions for build
13+
- Some utils to simplify Chrome API
14+
715
## Development
816

917
```bash
@@ -15,4 +23,4 @@ pnpm dev
1523

1624
# Build
1725
pnpm build
18-
```
26+
```

0 commit comments

Comments
 (0)