supermemory/apps/extension
Dhravya Shah 4df36ebdb1
Merge pull request #94 from Dhravya/imgbot
[ImgBot] Optimize images
2024-07-04 20:46:37 -05:00
..
content added context menu saving 2024-07-04 19:58:26 -05:00
public Merge pull request #94 from Dhravya/imgbot 2024-07-04 20:46:37 -05:00
.gitignore TODO; failed tailwind attempt 2024-06-29 16:17:45 -05:00
background.ts added context menu saving 2024-07-04 19:58:26 -05:00
components.json better-extension 2024-07-04 10:49:42 -05:00
extension-env.d.ts TODO; failed tailwind attempt 2024-06-29 16:17:45 -05:00
helpers.ts import using extension 2024-06-30 14:07:41 -05:00
manifest.json added privacy policy and TOS 2024-07-04 20:30:33 -05:00
package.json revamped extention 2024-07-04 19:17:51 -05:00
postcss.config.js TODO; failed tailwind attempt 2024-06-29 16:17:45 -05:00
README.md TODO; failed tailwind attempt 2024-06-29 16:17:45 -05:00
tailwind.config.ts better-extension 2024-07-04 10:49:42 -05:00
tsconfig.json TODO; failed tailwind attempt 2024-06-29 16:17:45 -05:00

content-shadow-dom-tailwind

This project was bootstrapped with extension-create using the React-TypeScript template.

Scripts Available

In the project directory, you can run:

npm dev

// Runs the app in the development mode.
// Will open a new browser instance with your extension loaded.
// The page will reload when you make changes.
npm dev

npm start

// Runs the app in the production mode.
// Will open a new browser instance with your extension loaded.
// This is how your browser extension will work once publihed.
npm start

npm build

// Builds the app for production.
// Bundles your browser extension in production mode for the target browser.
npm run build

Learn More

You can learn more in the extension-create documentation.