Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 1.08 KB

README.md

File metadata and controls

36 lines (30 loc) · 1.08 KB

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 ♡