Federated social platform for aggregating links, discovering ideas, and gathering inspiration. Powered by ActivityPub.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- ruby 3.4.5
- sqlite
- (optional) docker - for running
browserless/chromium
A step by step series of examples that help you get a development env running.
If this is the first time that you are installing the app, start with installing dependencies:
$ bundle install
Setup database
$ bundle exec rails db:setup
If the app has been set up already and you want to continue working on it:
$ bundle exec rails db:migrate
$ bin/dev
Then go to http://pond.localhost:3000/join and sign-in with email@example.com email address.
It you want to run browserless/chromium locally for screenshots grabbing, run:
$ docker compose up