simplifies code contributions by fully automating the dev setup with gitpod.
This commit is contained in:
10
.gitpod.yml
Normal file
10
.gitpod.yml
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
tasks:
|
||||||
|
- init: yarn install
|
||||||
|
command: yarn run start
|
||||||
|
ports:
|
||||||
|
- port: 3000
|
||||||
|
onOpen: open-preview
|
||||||
|
|
||||||
|
vscode:
|
||||||
|
extensions:
|
||||||
|
- octref.vetur@0.23.0:0z6KpEz8h/vAvy4pYRDg3Q==
|
||||||
13
README.md
13
README.md
@@ -1,6 +1,7 @@
|
|||||||
# tiptap
|
# tiptap
|
||||||
A renderless and extendable rich-text editor for [Vue.js](https://github.com/vuejs/vue)
|
A renderless and extendable rich-text editor for [Vue.js](https://github.com/vuejs/vue)
|
||||||
|
|
||||||
|
[](https://gitpod.io/#https://github.com/scrumpy/tiptap)
|
||||||
[](https://www.npmjs.com/package/tiptap)
|
[](https://www.npmjs.com/package/tiptap)
|
||||||
[](https://npmcharts.com/compare/tiptap?minimal=true)
|
[](https://npmcharts.com/compare/tiptap?minimal=true)
|
||||||
[](https://www.npmjs.com/package/tiptap)
|
[](https://www.npmjs.com/package/tiptap)
|
||||||
@@ -477,6 +478,18 @@ yarn build:packages
|
|||||||
yarn build:examples
|
yarn build:examples
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Contribute using the online one-click setup
|
||||||
|
|
||||||
|
You can use Gitpod(a free online VS Code-like IDE) for contributing. With a single click, it will launch a workspace and automatically:
|
||||||
|
|
||||||
|
- clone the `tiptap` repo.
|
||||||
|
- install the dependencies.
|
||||||
|
- run `yarn run start`.
|
||||||
|
|
||||||
|
So that anyone interested in contributing can start straight away.
|
||||||
|
|
||||||
|
[](https://gitpod.io/#https://github.com/scrumpy/tiptap/)
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
|
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
|
||||||
|
|||||||
Reference in New Issue
Block a user