From 4ee5ced7e7fb868e1f6c54100ea948e77656b0a2 Mon Sep 17 00:00:00 2001 From: Yuhang <2312744987@qq.com> Date: Tue, 9 Jan 2024 12:10:06 +0800 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 99dcf5b..e37ad8c 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,14 @@ Chrome extension starter template with React, TypeScript, Vite and Tailwind. Built from [Chrome Extension Starter](https://github.com/chibat/chrome-extension-typescript-starter) +## Features + +- Use React, Vite and TypeScript for development +- Tailwind CSS support +- Husky for commit check +- Actions for build +- Some utils to simplify Chrome API + ## Development ```bash @@ -15,4 +23,4 @@ pnpm dev # Build pnpm build -``` \ No newline at end of file +```