Skip to main content

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
  • .env with required variables
  • package.json with project metadata
  • favicon.ico
  • logo.png
  • Main entry file (index.html or app entry)
  • README.md (no boilerplate)
  • 404.html and 500.html if applicable
  • .editorconfig, .eslintrc, .prettierrc
  • .vscode workspace 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.