Clone Instrumental Template to a new app
How to clone Instrumental Template to a new app
Clone the Instrumental Template repo
git clone https://github.com/CasJam/instrumental-template.git new_app_nameCD to the new app
cd new_app_nameRemove the git repo
rm -rf .gitInitialize a new git repo
git initInitial commit
Create GitHub Repository
Find and replace the following terms:
Bundle Install
Create the db
Run migrations
Connect to database in TablePlus app
Run the server
Start new Rails Credentials
Last updated