Welcome
How we build software at Mladi Pirati.
Beacon is the handbook for everyone who creates or contributes to Mladi Pirati projects. It covers which technologies to use, how to start a new project, how deployments work, and how to get access to shared services.
Ground rules
- TypeScript only. No plain JavaScript in any project.
- Stick to the approved stack. Want to use something else? Ask Aiken before you start.
- Start from a template. Don't scaffold projects from scratch.
- Deployments go through Aiken. See DevOps.
- Never commit secrets. Credentials live in environment variables, never in the repository.