Skip to content

Commit

Permalink
fix: README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas-Zenick authored and doprz committed Mar 6, 2024
1 parent 12d09b5 commit b27b21b
Showing 1 changed file with 19 additions and 9 deletions.
28 changes: 19 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,27 @@

## Built Using

- React 18
- TypeScript
- Vite 5
- ESLint
- Prettier
- Semantic-Release
- Custom Messaging & Storage Wrappers
- React 18
- TypeScript
- Vite 5
- ESLint
- Prettier
- Semantic-Release
- Custom Messaging & Storage Wrappers

## Getting Started

1. Clone this repo
2. Run `pnpm install` to install and patch all the required dependencies
3. Run `pnpm run dev` to start the development server
4. Run `pnpm build` to build the extension for production

If you want to run the development build:
Run `pnpm run dev`

If you want to build the extension for production:
Run `pnpm build`

You may have to rename the `__uno.css.js` to `uno.css.js` in dist

Go to chrome://extensions, ensure you have "Developer Mode" enabled, and click 'Load unpacked'

Navigate to the 'dist' folder and click 'select' to import the extension

0 comments on commit b27b21b

Please sign in to comment.