premieroctet / training-platform

A tool to build courses and training decks.

Home Page:https://training.premieroctet.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A tool to build courses and training decks.

https://training.premieroctet.com


Languages

Language:TypeScript 98.2%Language:JavaScript 0.8%Language:CSS 0.6%Language:Shell 0.4%Language:Makefile 0.0%