Skip to content
This repository was archived by the owner on Jan 18, 2022. It is now read-only.

Latest commit

 

History

History
17 lines (14 loc) · 340 Bytes

File metadata and controls

17 lines (14 loc) · 340 Bytes

tad-workshops

Usage

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 "your@email.com" "John Doe"

The insert-users.js is also capable of sending mail if you configure a mailgun api key.