Skip to content

beam-community/elixir-companies

Repository files navigation

Elixir Companies

Elixir Companies

A curated directory of companies using Elixir in production.

Built with Astro and deployed to GitHub Pages.

Adding a new company

  1. Fork this repository
  2. Create a new file in src/content/companies/ named your-company.md:
---
name: "Your Company"
website: "https://example.com"
github: "https://github.com/your-org"
industry: "Information Technology"
location:
  city: "City"
  state: "State"
  country: "Country"
lastChangedOn: 2024-01-01
---

A description of your company and how you use Elixir.
  1. Create a pull request

Available industries

Based on the Global Industry Classification Standard (GICS):

  • Communication Services
  • Consumer Discretionary
  • Consumer Staples
  • Education
  • Energy
  • Financials
  • Health Care
  • Industrials
  • Information Technology
  • Materials
  • Real Estate
  • Transportation
  • Utilities

Optional fields

You can also include these in the frontmatter:

  • blog - URL to the company blog
  • jobs - URL to the company careers page (displays a "Hiring" badge)

Development

Prerequisites

Setup

npm install
npm run dev

Visit localhost:4321 in your browser.

Build

npm run build
npm run preview

License

See LICENSE for details.