Getting Started
Access and Setup Checklist
Before starting, confirm access to:
- Project repository
- Jira board
- Slack channel
- Shared drive folder
- Figma files
If any access is missing, contact the project manager.
Project Bootstrap Files
If you are responsible for the first commit, include:
.gitignore.envwith required variablespackage.jsonwith project metadatafavicon.icologo.png- Main entry file (
index.htmlor app entry) README.md(no boilerplate)404.htmland500.htmlif applicable.editorconfig,.eslintrc,.prettierrc.vscodeworkspace settings
Example .env.example entry:
API_BASE_URL=
SENTRY_DSN=
Example minimal README.md:
# Project Name
Short summary of what this project does.
App Metadata
Always verify:
- Favicon
- Title
- Description
Make sure the metadata matches the product name and environment.