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

Latest commit

 

History

History
17 lines (14 loc) · 340 Bytes

README.md

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 "[email protected]" "John Doe"

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