Skip to content
This repository has been archived by the owner on Jan 2, 2019. It is now read-only.
/ rwx.news Public archive

a fork of lobste.rs for an experimental private version of the site

License

Notifications You must be signed in to change notification settings

readwriteexecute/rwx.news

Repository files navigation

rwx.news

In this repo, a small group of people are hacking on a fork of lobsters for an experimental private version of the site.

It's possible we'll stumble upon some changes that are worth upstreaming, but for now we're staying in our own little corner. 🙇 ❤️

Development

A docker-compose.yml exists for easy local development. docker-compose up will start the database and app server. docker-compose run web <command> can be used to run development commands. For example, to get started running the application's tests:

  • docker-compose run web rake db:create
  • docker-compose run web rake db:schema:load
  • docker-compose run web rake

Depending on which editor you use, it should be easy enough to configure your test runner to run tests within the docker container.

About

a fork of lobste.rs for an experimental private version of the site

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published