supermemory/apps/extension
2024-07-18 22:21:31 -07:00
..
content Merge branch 'main' into extension/space-fetch-issue 2024-07-18 22:21:31 -07:00
public use tabs 2024-07-16 19:26:47 -05:00
.gitignore TODO; failed tailwind attempt 2024-06-29 16:17:45 -05:00
background.ts use tabs 2024-07-16 19:26:47 -05:00
components.json use tabs 2024-07-16 19:26:47 -05:00
extension-env.d.ts TODO; failed tailwind attempt 2024-06-29 16:17:45 -05:00
helpers.ts use tabs 2024-07-16 19:26:47 -05:00
manifest.json use tabs 2024-07-16 19:26:47 -05:00
package.json use tabs 2024-07-16 19:26:47 -05:00
postcss.config.js use tabs 2024-07-16 19:26:47 -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 use tabs 2024-07-16 19:26:47 -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.