supermemory/apps/extension
2024-07-02 15:42:44 -05:00
..
content show updates in the extension 2024-06-30 19:58:47 -05:00
public TODO; failed tailwind attempt 2024-06-29 16:17:45 -05:00
.gitignore TODO; failed tailwind attempt 2024-06-29 16:17:45 -05:00
background.ts slice the tweet text to prevent issues 2024-07-02 15:42:44 -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 minor changes in extension 2024-07-01 07:55:16 -05:00
package.json TODO; failed tailwind attempt 2024-06-29 16:17:45 -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.js TODO; failed tailwind attempt 2024-06-29 16:17:45 -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.