https://github.com/elsehow/linklist2
WIP
https://github.com/elsehow/linklist2
Last synced: 11 months ago
JSON representation
WIP
- Host: GitHub
- URL: https://github.com/elsehow/linklist2
- Owner: elsehow
- License: bsd-3-clause
- Created: 2017-08-25T18:43:11.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-29T00:49:50.000Z (almost 9 years ago)
- Last Synced: 2025-03-25T17:49:06.512Z (about 1 year ago)
- Language: JavaScript
- Size: 208 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# linklist2
see [TODOS.org](TODOS.org)
## developing
clone this repository, then
npm install
to start a couch/pouch server, easiest thing is
cd .pouchcrap
pouchdb-server --port 5984
you'll need to run this server to run the tests
to run the tests,
npm run watch
now you can edit js files in src/ and test/ - tests will automatically re-run
## deploying
1. configure [couchdb with an admin account](http://docs.couchdb.org/en/1.6.1/intro/security.html#authentication), or use pouchdb-server.
2. in couch or pouch db's e.g. `localhost:5984/_utils/_config` http interface, set `bind_address` to `0.0.0.0` and press the green checkmark.
## license
BSD