Unblock words. Continue conversations.
# via ssh
git@github.com:wordist/wordist.xyz.git
https://github.com/wordist/wordist.xyz.git
npm install
- Install [rethinkdb](https://www.rethinkdb.com/). If you fancy using docker, you could use
```bash
npm run docker-rethink
Initialize database and tables
npm run init-db
npm run init-tables
Start Server
npm start
- Run tests. Tests use superagent to check API, so server must be live prior to running tests.
```bash
npm test
Check the issue tracker, if you would like to contribute on things. Write tests for your code, if applicable.
Thanks for taking time to look at wordist. We really appreciate it.