Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ChristophWurst/sketch
[UNMAINTAINED] A simple sketching app for Nextcloud
https://github.com/ChristophWurst/sketch
Last synced: 10 days ago
JSON representation
[UNMAINTAINED] A simple sketching app for Nextcloud
- Host: GitHub
- URL: https://github.com/ChristophWurst/sketch
- Owner: ChristophWurst
- License: agpl-3.0
- Archived: true
- Created: 2015-10-09T21:34:26.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-03T18:04:06.000Z (about 8 years ago)
- Last Synced: 2024-05-02T00:36:02.070Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 151 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: COPYING
- Authors: AUTHORS.md
Awesome Lists containing this project
- awesome-nextcloud - sketch - A sketching app for NC (*deprecated*) (Apps / Unofficial)
README
# Sketch
[![Build Status](https://travis-ci.org/ChristophWurst/sketch.svg?branch=master)](https://travis-ci.org/ChristophWurst/sketch)
[![Code Coverage](https://scrutinizer-ci.com/g/ChristophWurst/sketch/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/ChristophWurst/sketch/?branch=master)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/ChristophWurst/sketch/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/ChristophWurst/sketch/?branch=master)
[![Dependency Status](https://www.versioneye.com/user/projects/56cf639a6b21e500355b1350/badge.svg?style=flat)](https://www.versioneye.com/user/projects/56cf639a6b21e500355b1350)## 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](https://apps.owncloud.com/content/show.php/Sketch?content=174146)## 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
```bash
npm install -g bower
```To download all JavaScript dependencies, run
```bash
bower install
```
inside this directory.That's it. Now you're ready to start contributing to this app ;-)
## Running tests
After [Installing PHPUnit](http://phpunit.de/getting-started.html) run:phpunit -c phpunit.xml