📑 Collaborative document editing using Markdown
Перейти к файлу
Julius Härtl 68152421cd
Bump dependencies
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-06-05 16:06:12 +02:00
appinfo
css
img
lib
src
templates
tests/frontend
.babelrc.js
.drone.yml
.eslintrc.js
.gitignore
CHANGELOG.md
COPYING
Makefile
README.md
package.json
webpack.common.js
webpack.dev.js
webpack.prod.js

README.md

Nextcloud Text

Collaborative markdown editing

🏗 Development setup

Currently this app requires the master branch of the Viewer app.

  1. ☁ Clone this app into the apps folder of your Nextcloud: git clone https://github.com/nextcloud/text.git
  2. 👩‍💻 In the folder of the app, run the command make to install dependencies and build the Javascript.
  3. Enable the app through the app management of your Nextcloud
  4. 🎉 Partytime! Help fix some issues and review pull requests 👍

🧙 Advanced development stuff

To build the Javascript whenever you make changes, instead of the full make you can also run npm run build. Or run npm run watch to rebuild on every file save.