From b27b21bbfcc8fbdc130c3fa85776479451745b7b Mon Sep 17 00:00:00 2001 From: Lukas Zenick Date: Sat, 17 Feb 2024 17:23:04 -0600 Subject: [PATCH] fix: README.md --- README.md | 28 +++++++++++++++++++--------- 1 file changed, 19 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 7cdc365c..e9884354 100644 --- a/README.md +++ b/README.md @@ -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