pepp

Vorkursverwaltungstool

MIT License

Stars
1
Committers
4

pepp

Praktische Ersti-Programmplanung

build

  1. cp .env .env.local
  2. docker compose build
  3. docker compose up -d && docker compose logs -f

dev

frontend

  1. cd frontend
  2. npm i
  3. npm run dev

backend

i just rebuild the docker image on change

The backend sends emails (confirmation, ...). You need provide a smtp server inside your .env.local, e.g.:

SMTP_HOST=smtp.example.de
[email protected]
SMTP_PASSWORD=1234
SMTP_PORT=465
[email protected]

contributions

  1. create an issue
  2. from this issue create a branch and work on it
  3. create a pull request and tag one of the main contributors for a short review
  4. sanfter Schulterklopfer ♡
Related Projects