Skip to content

meaghanlewis/formy

Repository files navigation

FORMY

Application with form components that can be used for testing purposes. It's hosted at: https://formy-project.herokuapp.com/.

Run the application locally

To run this app locally, you'll need the following installed on your computer:

To install dependencies run:

  • bundle install

To start the server run:

  • bin/rails server