Merge pull request #93 from willkg/license-stuff Add license stuff
Merge pull request #93 from willkg/license-stuff
Add license stuff
Napkin is a rapid web prototyping tool meant for users who want to make functional, revisionable mockups that can easily be shared and exported to baseline front and back-end code.
Overview
Clone the repository
$ git clone git://github.com/mozilla/napkin.git
Install brew; instructions: https://github.com/mxcl/homebrew/wiki/installation. Next, use brew to get redis:
$ brew install redis
Run redis in the background
$ redis-server &
Install node by using brew or through the website http://nodejs.org/#download
$ cd napkin $ cp local.json-dist local.json $ npm install
Run napkin on http://localhost:3000:
$ node app.js
Run tests (optional):
$ make test
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
Napkin
Summary
Napkin is a rapid web prototyping tool meant for users who want to make functional, revisionable mockups that can easily be shared and exported to baseline front and back-end code.
High-Level Overview
Overview
Installation Instructions
Clone the repository
Install brew; instructions: https://github.com/mxcl/homebrew/wiki/installation. Next, use brew to get redis:
Run redis in the background
Install node by using brew or through the website http://nodejs.org/#download
Run napkin on http://localhost:3000:
Run tests (optional):