git clone https://github.com/turkuagileday/tad-workshops.git
cd tad-workshops
npm install
npm run migrate
npm run dev-server
node insert-workshops.js
node insert-users.js "[email protected]" "John Doe"
The insert-users.js
is also capable of sending mail if you configure a mailgun api key.