Readme boilerplate and generator
A simple
⚡ store schedules app!
Before installing this Readme Generator you need to check if you have Ruby
and Yarn
installed on your computer.
To check if you have Ruby
installed, run this command in your terminal:
ruby -v
If you get an answer like this, it means that Ruby
is installed and you may go to the next section.
ruby 2.5.1
To confirm that you have Yarn
installed you can run this command in your terminal:
yarn -v
If you get an answer like this, it means that Yarn
is installed and you may go to the next section.
1.16
Some of the gems used in this project
webpack
bootstrap
git clone [email protected]:adriviv/business_hours_app.git
To get started open your terminal and run the following lines after making sure you're in the right folder
bundle install
rails db:drop db:create db:migrate db:seed
And in a different terminal tab
rails s
To start a local server
That's it.