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

https://github.com/raoul2000/twist


https://github.com/raoul2000/twist

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# twist

## Install

```
git clone https://github.com/raoul2000/twist.git
npm i
```

Then run a local server (for example `http-server`) and navigate to http://localhost:8080/src

## Develop

```shell
# run the dev server
npm start

# build app
npm run build
```

## Resources

- [Side Panel](https://codyhouse.co/demo/slide-in-panel/index.html)
- [Quill](https://codepen.io/anon/pen/gLzmXo)