https://github.com/raoul2000/twist
https://github.com/raoul2000/twist
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/raoul2000/twist
- Owner: raoul2000
- License: gpl-3.0
- Created: 2019-01-08T21:22:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-19T15:09:13.000Z (over 6 years ago)
- Last Synced: 2025-02-09T01:48:14.526Z (4 months ago)
- Language: HTML
- Size: 231 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)