/railsdevs.io

Find Rails developers looking for freelance and contract work.

Primary LanguageRubyMIT LicenseMIT

Rails Devs

Find Rails developers looking for freelance and contract work.

image

Getting started

Requirements

You need the following installed:

  • Ruby 3.0 or higher
  • bundler - gem install bundler
  • Imagemagick - brew install imagemagick
  • Yarn - brew install yarn

Optional:

Initial setup

An installation script is included with the repository that will automatically get the application setup.

bin/setup

Development

Run the following (requires foreman or overmind) to start the server and automatically build assets.

bin/dev

Testing

Run rails test to run unit/integration tests