supermemory/apps/extension
2024-06-24 03:54:53 +05:30
..
content Add Extension (1/2) 2024-06-24 03:54:53 +05:30
public/icon Add Extension (1/2) 2024-06-24 03:54:53 +05:30
background.ts Add Extension (1/2) 2024-06-24 03:54:53 +05:30
extension-env.d.ts Add Extension (1/2) 2024-06-24 03:54:53 +05:30
index.html Add Extension (1/2) 2024-06-24 03:54:53 +05:30
manifest.json Add Extension (1/2) 2024-06-24 03:54:53 +05:30
package.json Add Extension (1/2) 2024-06-24 03:54:53 +05:30
README.md Add Extension (1/2) 2024-06-24 03:54:53 +05:30
tailwind.config.js Add Extension (1/2) 2024-06-24 03:54:53 +05:30
tsconfig.json Add Extension (1/2) 2024-06-24 03:54:53 +05:30

[projectName]

This project was bootstrapped using the Extension.js React-TypeScript template.

Scripts Available

In the project directory, you can run:

[projectPackageManager] 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.
[projectPackageManager] dev

[projectPackageManager] 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 published.
[projectPackageManager] start

[projectPackageManager] build

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

Learn More

You can learn more in the Extension.js documentation.