We should create a better onboarding experience than what is currently documented in https://github.com/hackmcgill/docs/blob/master/db/dev-settings.md
Imagine if we had npm run first-time-setup or something, and it did the following via CLI:
- Guides you through setup of .env file
- Runs npm run seed
- Asks for the email + password for the first admin account, and then creates the account
Reactions are currently unavailable
We should create a better onboarding experience than what is currently documented in https://github.com/hackmcgill/docs/blob/master/db/dev-settings.md
Imagine if we had npm run first-time-setup or something, and it did the following via CLI: