Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cpluspatch/siderolls-web
Lists project testing
https://github.com/cpluspatch/siderolls-web
manifest-v3 react typescript webextension
Last synced: 2 days ago
JSON representation
Lists project testing
- Host: GitHub
- URL: https://github.com/cpluspatch/siderolls-web
- Owner: CPlusPatch
- Created: 2024-07-01T00:16:14.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-09-11T16:38:16.000Z (4 months ago)
- Last Synced: 2024-09-12T02:02:12.344Z (4 months ago)
- Topics: manifest-v3, react, typescript, webextension
- Language: TypeScript
- Homepage:
- Size: 532 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
sidepages-web
Sidepages is a content aggregator for the web. It collects and organizes content from various sources and presents them in a structured manner. This is the web version of the Sidepages project.
## Things to do
- [ ] Associated links in Sidepages
- [ ] More data types in Sidepage content
- [ ] Media
- [ ] Citation
- [ ] Sidebar with tree view
- [ ] Search## Getting Started
### Prerequisites
#### For Usage
See the [**Compatibility**](#compatibility) section for the supported environments. Any package manager can be used to install the packages.
#### For Development
- [**Bun**](https://bun.sh) version `1.1.27` or higher.
### Installation
Begin by cloning the repository. Then, run the following command to install the dependencies:
```sh
bun install
```### Development
To start the development server, run the following command:
```sh
bun run dev # or bun dev
```### Compatibility
This library is built for Browsers with the support for:
- [**ES Modules**](https://nodejs.org/api/esm.html)
- [**ECMAScript 2020**](https://www.ecma-international.org/ecma-262/11.0/index.html)