Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 715 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 715 Bytes

Training platform 🎓

You can read more about this project on our blog 🇫🇷

Quick start

pipenv shell

# Start infrastructure (database, local email service)
docker-compose up

# Install all dependencies
yarn install

# Init database
yarn prisma migrate dev

# Create admin user
yarn create-admin-user thibault@premieroctet.com