This Ruby on Rails app allows Pirates to save information about the treasure maps 🗺️ they have, such as a secret hiding place, or booby-traps encountered on their search for buried treasure.
Have fun on the high seas!
- Be sure to check your Ruby version (
ruby -v
this project uses ruby '2.6.1', userbenv
to get to the correct version) - Install bundle and yarn dependencies
- Fork and clone this repository
git clone git@github.com:jillbowen/A-Pirates-Life.git
cd A-Pirates-Life
- Run
bundle install
- Initialize the database
rails db:create
rails db:migrate
- Optional - Seed some data if you want to see examples of how your plants will look on the frontend
rails db:seed
- Start the server
rails s
- Fork and clone (see step 1 above)
- Create a branch
git checkout -b <branch_name>
- Make then commit your changes ```git commit -m ''
- Push to the original branch
git push origin <A-Pirates-Life>/<main>
- Create the pull request
Or, check out the GitHub documentation on creating a pull request
This project uses the MIT license.