Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 553 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 553 Bytes

Twiddit

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.

demo_image

Install

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