fixed README

This commit is contained in:
Lukas Zenick
2024-02-17 17:23:04 -06:00
parent ac71b838db
commit 206c97c5b5

View File

@@ -2,17 +2,27 @@
## Built Using ## Built Using
- React 18 - React 18
- TypeScript - TypeScript
- Vite 5 - Vite 5
- ESLint - ESLint
- Prettier - Prettier
- Semantic-Release - Semantic-Release
- Custom Messaging & Storage Wrappers - Custom Messaging & Storage Wrappers
## Getting Started ## Getting Started
1. Clone this repo 1. Clone this repo
2. Run `pnpm install` to install and patch all the required dependencies 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