Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
readme
  • Loading branch information
PleahMaCaka committed Feb 22, 2023
1 parent 98ed5ff commit 7ef13fc
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,13 @@
# Chrome Extension Template

run 'build' -> folder 'build' is result of tsc
run 'webpack' -> folder 'dist' is result of webpack
run `dist` -> build and webpack

## Getting Started

1. `git clone https://github.com/PleahMaCaka/chrome-extension-template`
2. `pnpm i` # npm, yarn whatever
3. `npm run dist`
4. (load 'dist' folder from [chrome](chrome://extensions)
5. Happy Coding :)

0 comments on commit 7ef13fc

Please sign in to comment.