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 [email protected]
and password foobar
.