Clone the repo to your local machine using the terminal:
$ git clone [email protected]:andrewbaldwin44/Ruby_on_Rails_Blog.git
Deploy the Development Server:
- Install the dependencies:
bundle install
- Set the required credentials:
rails credentials:edit
- Start guard:
bundle exec guard
- Start the development server:
./bin/dev
This will run the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
- Ruby
- Ruby On Rails
- TailwindCSS
- Postgresql Database (Supabase)
- Supabase Auth
👤 Andrew Baldwin
- Github: @andrewbaldwin44