Skip to content

Latest commit

 

History

History
30 lines (15 loc) · 413 Bytes

README.md

File metadata and controls

30 lines (15 loc) · 413 Bytes

urlke

This README documents the steps to get urlke up and running.

Things to note:

  • Ruby version: ruby 2.6.3p62

  • Rails version: 6.0.3.2

  • Configuration: run bundle install

  • Database creation

  • Database initialization

  • ...

How to run

run bundle install

run rails db:setup (assuming you want to use seeds.rb)

run rails webpacker:install

run rails s

open up localhost:3000