Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
erlang 27.2
elixir 1.18.1-otp-27
pnpm 8.15.9
nodejs 22.16.0
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ OSS communities and closed source teams can **self-host** or join **[Algora.io](

**[Algora.io](https://algora.io)** is a complete solution for sourcing, screening, interviewing & onboarding engineers to your team.

| Hiring proces | Benefit |
| Hiring process | Benefit |
| ---------------------------- | ------------------------------------------------- |
| **sourcing** | publish jobs to 50K+ developers, access matches |
| **screening** | auto screen job applicants for OSS contributions |
Expand Down Expand Up @@ -142,7 +142,13 @@ OSS communities and closed source teams can **self-host** or join **[Algora.io](

The easiest way to get up and running is to [install](https://docs.docker.com/get-docker/) and use Docker for running Postgres.

Make sure Docker, Elixir, Erlang and Node.js are all installed on your development machine. You can install Elixir and Erlang/OTP by running [`asdf install`](https://github.com/asdf-vm/asdf) from the project root.
Make sure Docker, Elixir, Erlang and Node.js are all installed on your development machine. You can install Elixir and Erlang/OTP with [ASDF](https://asdf-vm.com/) from the project root as follows:
1. [Install ASDF](https://asdf-vm.com/guide/getting-started.html)
2. `asdf plugin add erlang`
3. `asdf plugin add elixir`
4. `asdf plugin add pnpm`
5. `asdf plugin add nodejs`
6. `asdf install`

We also recommend using [direnv](https://github.com/direnv/direnv) to load environment variables and [entr](https://github.com/eradman/entr) to watch for file changes.

Expand Down
6 changes: 3 additions & 3 deletions assets/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.