Skip to content
This repository has been archived by the owner on Dec 18, 2017. It is now read-only.
/ sketch Public archive

[UNMAINTAINED] A simple sketching app for Nextcloud

License

Notifications You must be signed in to change notification settings

ChristophWurst/sketch

Repository files navigation

Sketch

Build Status Code Coverage Scrutinizer Code Quality Dependency Status

Dependencies

  • Nextcloud 11
  • PHP >= 5.6

Supported Browsers

  • Newest Firefox (Desktop, Android)

Supported Databases

  • MySQL/MariaDB
  • Sqlite (discouraged)

Installation

This app is available on the ownCloud app store. Link

Developer setup

Before you start hacking on this app, make sure npm and bower are installed on your development machine. For installing npm, use your Linux distribution's package manager. bower can then be installed with

npm install -g bower

To download all JavaScript dependencies, run

bower install

inside this directory.

That's it. Now you're ready to start contributing to this app ;-)

Running tests

After Installing PHPUnit run:

phpunit -c phpunit.xml