ask icon indicating copy to clipboard operation
ask copied to clipboard

Have your own ask.fm like, built with Meteor.

ask.fm like built with Meteor

Screenshot

Run Docker

docker pull mongo
docker run --name mongo -d -i -p 3001:27017 mongo
docker pull yasaricli/ask
docker run --link mongo:DB -d -i -p 3000:3000 yasaricli/ask

lets go http://localhost:3000

Development Installation

Prerequisites:

Now just clone and start the app:

git clone https://github.com/yasaricli/ask.git
cd ask
meteor