https://github.com/extension-js/extension.js.org
The official Extension.js website and documentation.
https://github.com/extension-js/extension.js.org
browser-extension documentation extension-js
Last synced: 10 months ago
JSON representation
The official Extension.js website and documentation.
- Host: GitHub
- URL: https://github.com/extension-js/extension.js.org
- Owner: extension-js
- License: mit
- Created: 2024-09-09T22:30:31.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-07-24T18:31:18.000Z (11 months ago)
- Last Synced: 2025-07-24T18:52:41.042Z (11 months ago)
- Topics: browser-extension, documentation, extension-js
- Language: TypeScript
- Homepage: http://extension.js.org/
- Size: 9.29 MB
- Stars: 7
- Watchers: 1
- Forks: 8
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🧩 extension.js.org
> The Extension official documentation website.
The Extension official documentation website. Built with [Rspress](https://rspress.dev/).
## Installation
### Installing the dependencies
Open your terminal and navigate to the project folder. Then run the following commands to install the dependencies:
```sh
pnpm install
```
### Running the project
```sh
pnpm dev
```
## License
MIT (c) Cezar Augusto and the Extension.js authors.