The official website for BEAM Community, a collection of open source projects for the Elixir and Erlang ecosystem.
- Astro - Static site generator
- Tailwind CSS v4 - Utility-first CSS
- TypeScript - Type-safe JavaScript
- astro-icon - Inline SVG icons
mise install
pnpm install
pnpm devOpen http://localhost:4321 to see the site.
pnpm buildStatic output is generated in the dist/ directory.
Project data is fetched from the GitHub API at build time. Set a GITHUB_TOKEN environment variable for higher rate limits. If the API is unreachable, the build falls back to static data in src/lib/constants.ts.