Files
pointvec/README.md

21 lines
511 B
Markdown
Raw Normal View History

2017-11-05 17:33:04 +13:00
# Dotgrid
2016-12-31 14:16:25 -07:00
2018-05-12 10:30:27 +12:00
[Dotgrid](http://wiki.xxiivv.com/dotgrid) is a simple vector drawing application.
2016-12-31 14:16:25 -07:00
2017-11-05 17:33:04 +13:00
<img src='https://raw.githubusercontent.com/hundredrabbits/Dotgrid/master/PREVIEW.jpg' width="600"/>
2016-12-31 14:18:41 -07:00
2018-09-14 12:24:04 +12:00
## Install
2017-11-05 14:52:05 +14:00
2018-09-14 12:24:04 +12:00
```
cd desktop
npm install
npm start
```
2017-11-08 10:40:13 +13:00
2017-12-27 11:22:02 +13:00
## Extras
2017-11-27 17:53:19 +13:00
2017-12-27 11:22:02 +13:00
- Download additional [themes](https://github.com/hundredrabbits/Themes).
- Support this project through [Patreon](https://patreon.com/100).
- See the [License](LICENSE.md) file for license rights and limitations (MIT).
2018-08-11 09:39:22 +12:00
- Pull Requests are welcome!