foxy-moxy/README.md

18 lines
352 B
Markdown
Raw Permalink Normal View History

2016-12-22 03:19:23 +00:00
# Foxy Moxy
2016-12-15 19:24:22 +00:00
2016-12-17 22:46:42 +00:00
Requires installing cairo.
2016-12-22 03:19:23 +00:00
### On mac:
```brew install cairo```
2016-12-17 22:46:42 +00:00
2016-12-22 03:19:23 +00:00
### On linux (Debian and Ubuntu flavors):
2016-12-17 22:46:42 +00:00
```
sudo apt-get install libcairo2-dev
sudo apt-get install libjpeg-dev
sudo apt-get install libgif-dev
```
Then run `npm install`. Once everything's installed, run `node server.js`, and you're off to the races.
2016-12-22 03:13:55 +00:00
### License: MIT