This is a starter Rails project that is setup with the basics of most apps that I write.
It is personalised for me.
- Ruby 2.6
- Rails 5.2.2
- TailwindCSS
- Turbolinks
- Stimulus
- PostgreSQL
- Clone the repo, then
cdinto the project folder rm -rf .git- this clears the git config/historygit init- start a new git historycp config/database.yml.example config/database.yml- update database name to suit appbundle install- Install Rubygemsyarn install- Installs javascript dependenciesdocker-compose up- Starts docker servicesbin/rails db:create:all- create dev and test database