https://github.com/zkat/storychat
~~~ tell me a story <3 with your words ~~~
https://github.com/zkat/storychat
Last synced: about 2 months ago
JSON representation
~~~ tell me a story <3 with your words ~~~
- Host: GitHub
- URL: https://github.com/zkat/storychat
- Owner: zkat
- License: agpl-3.0
- Created: 2013-08-24T23:30:56.000Z (over 12 years ago)
- Default Branch: develop
- Last Pushed: 2015-01-13T08:44:24.000Z (almost 11 years ago)
- Last Synced: 2025-04-07T15:13:26.448Z (9 months ago)
- Language: JavaScript
- Size: 2.39 MB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Introduction
Storychat is a nice sandbox for playing with a bunch of web technologies.
# Getting up and running
* Clone the repo
* `make deps`
* Create a postgres database using the `createdb` utility.
* Copy `config/db.example.json` to `config/db.json` and edit it with the proper
information for connection.
* Copy `config/app.example.json` to `config/app.json` and give it
reasonable-large and unique secrets.
* `make db`
* `make run-dev`
# Development and Hacking on Storychat
1. Don't push to develop.
1. Create a new branch prefixed with "dev/" for specific fixes and features.
1. Test your code! (Client-side tests depend on [PhantomJS](https://github.com/ariya/phantomjs/))
1. When ready to merge/rebase, have someone else review the branch and signoff on it.