https://github.com/tdooner/mosaic
Sketch -> Dropbox -> Search Engine = A single place for all your designs to be easily found
https://github.com/tdooner/mosaic
Last synced: 4 months ago
JSON representation
Sketch -> Dropbox -> Search Engine = A single place for all your designs to be easily found
- Host: GitHub
- URL: https://github.com/tdooner/mosaic
- Owner: tdooner
- Created: 2015-03-23T07:19:53.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-29T14:40:49.000Z (about 10 years ago)
- Last Synced: 2023-03-11T03:33:33.798Z (about 2 years ago)
- Language: Ruby
- Homepage:
- Size: 347 KB
- Stars: 5
- Watchers: 4
- Forks: 2
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Mosaic
=================================================================Mosaic helps you find designs. It only runs on Mac OS.
## Setup Instructions
```
brew install npm imagemagick --build-from-source
sudo yum install sqlite-devel
git clone -o upstream https://github.com/tdooner/mosaic.git
cd mosaic
npm install
webpack app/components -p
wget http://sketchtool.bohemiancoding.com/sketchtool-latest.zip
unzip sketchtool-latest.zip -d vendor
bundle installbundle exec ruby app.rb
```You will need to go through some more setup steps (e.g. setting up a Dropbox
app) once you get the application itself running, but it will walk you through
it!Once you have everything set up, you can access the Mosaic server locally at
`http://localhost:4567`.