mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-05-05 23:40:57 +00:00
| .. | ||
| content | ||
| public/icon | ||
| background.ts | ||
| extension-env.d.ts | ||
| index.html | ||
| manifest.json | ||
| package.json | ||
| postcss.config.js | ||
| README.md | ||
| tailwind.config.js | ||
| tsconfig.json | ||
an-extension
This project was bootstrapped using the Extension.js 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 published.
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.js documentation.