Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 759 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 759 Bytes

Codelyst

This app is meant to let users

  • create lists: a list is a recipe for doing something in code (set up authentication in rails, make a nested form...)
  • each list is initiated with a first original version from the user who create the list
  • other users can also contribute to the list by submitting another version: it is another way to make the recipe

Installation

  1. Fork it
  2. Clone it on your local machine
  3. Get into the local folder in your terminal and run bundle install to install the necessary gems
  4. Migrate the database
  5. Run the server by typing shotgun in your terminal, to connect to localhost: you can now use the app
  6. Create an account, it is necessary to create a list
  7. Run the console by running rake console