With thanks to https://github.com/mhartl/sample_app_6th_ed
If you don't have them already, you'll need yarn and bundler.
To get set up:
$ git clone https://github.com/TandaHQ/actualize-tailwind-workshop.git
$ cd actualize-tailwind-workshop
$ bundle install
$ yarn
$ rails db:reset db:migrate db:seed
To start the server, run rails server
.
You can read the seeds file to see what other users were set up.
Log in at http://localhost:3000 with email example@railstutorial.org
and password foobar
.