Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)