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

https://github.com/informatix8/access-tree


https://github.com/informatix8/access-tree

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

# Access Tree

Accessible tree

## Features

- Keyboard support

## Usage

### Install

```shell
npm install
```

## Development

```shell
npm run dev
```

## Build

```shell
npm run build
```

## Release

```shell
npm run build
git tag -a vX.Y.Z
git push origin master
git push origin --tags
npm publish --access=public .