social bookmarking and knowledge-sharing
Hackershare is a powerful social bookmarking service and a knowledge-sharing community, with advanced search and tag management feature
Social bookmarks website for hackers. Alternative to delicious, hackernews, pocket.
Hackershare is the open source software which powers hackershare.dev
There is also a project introduction article for your reference: hackershare: Social bookmarking reinvented!
cp .env .env.local
docker-compose build
docker-compose run --rm rails bundle exec rails db:create
docker-compose run --rm rails bundle exec rails db:migrate
docker-compose run --rm rails bundle exec rails db:seed_fu
or
docker-compose run --rm rails bundle exec rails db:reset
docker-compose run --rm rails bundle exec rails db:seed_fu
docker-compose up
docker-compose down