apps/web/content/handbook/onboarding/0.getting-started.mdx
When you join, you'll get access to:
https://char.com/admin with your authorized email for content management.Everyone at Char works from the same repo and ships through the same workflow. Whether you're an engineer, designer, or marketer — you'll need most of these tools. Each links to a setup guide that explains what it is, why we use it, and how to install it.
Foundations (Everyone)
Development Tools (Engineers + Technical Roles)
Content Tools (Marketers + Content)
https://char.com/admin — for media uploads and blog managementVerify the basics are installed:
node --version && pnpm --version && git --version
We have dedicated developer documentation covering setup, environment variables, running the app, login/auth, and more. Read through it early — it answers most setup questions.
This is the most important part. Ship something real in your first week. A bug fix, a small feature, a piece of content, a design improvement — it doesn't matter what, as long as it's real and merged.
Shipping fast builds momentum and helps you understand the codebase, the review process, and the team. Don't wait until you feel "ready" — you learn by doing.
Ask in Slack. There are no dumb questions, especially in your first two weeks. If the answer isn't documented, that's a bug — fix it by adding it to the handbook via PR.