It's like twitter, but reddit
Twiddit is a web app that lets you follow Redditors in a way similar to how you follow people on Twitter.
git clone https://github.com/copperwall/twiddit.git
composer install
cp config.example.json config.json
Log into MySQL
- Create a database called
twiddit
- Run
source SQLSchema.sql
To start the app run
php -S <your domain>:<port> index.php