https://github.com/grayghostvisuals/webdesignerschecklist
A general workflow checklist for visual designers working within a team setting where they'll be sharing visual exploration and comps with a developer.
https://github.com/grayghostvisuals/webdesignerschecklist
Last synced: about 1 year ago
JSON representation
A general workflow checklist for visual designers working within a team setting where they'll be sharing visual exploration and comps with a developer.
- Host: GitHub
- URL: https://github.com/grayghostvisuals/webdesignerschecklist
- Owner: grayghostvisuals
- Created: 2014-06-25T17:36:08.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2017-06-09T07:03:59.000Z (almost 9 years ago)
- Last Synced: 2024-07-31T18:18:20.765Z (over 1 year ago)
- Language: ApacheConf
- Homepage:
- Size: 260 KB
- Stars: 414
- Watchers: 29
- Forks: 134
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-github-projects - webdesignerschecklist - A general workflow checklist for visual designers working within a team setting where they'll be sharing visual exploration and comps with a developer. ⭐414 `ApacheConf` (📦 Legacy & Inactive Projects)
- Checklist-Checklist - grayghostvisuals
README
## Installation
gems and packages (gems require ruby 2.1.2)
```shell
$ bundle install && bower install && npm install
```
## Development
**working files are within the ``app`` dir**
local server task
```shell
$ grunt serve
```
build task
```shell
$ grunt build
```
deployment task
```shell
$ grunt deploy
```
### **Noteworthy Mentions**
- Listed resource in the [Web Field Manual](http://webfieldmanual.com/#workflow)
- Listed Tool/Resource in Web Design Weekly [Issue #143](http://web-design-weekly.com/2014/07/01/web-design-weekly-143)
- Featured tool for [Smashing Magazine Newsletter #115](http://www.smashingmagazine.com/smashing-newsletter-issue-115)
- Listed resource in [webdesignrepo](http://www.webdesignrepo.com/)
