https://github.com/informatix8/access-tree
https://github.com/informatix8/access-tree
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/informatix8/access-tree
- Owner: informatix8
- Created: 2021-01-11T15:51:11.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-28T21:29:31.000Z (over 4 years ago)
- Last Synced: 2025-01-12T01:19:36.768Z (6 months ago)
- Language: SCSS
- Size: 37.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 .