Skip to content
Merged
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
7 changes: 7 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[asdf-vm]: https://asdf-vm.com/
[auth0-docs]: https://auth0.com/docs/get-started/auth0-overview/create-applications

# 🚀 Getting Started

Expand All @@ -14,6 +15,12 @@ The following software is required to be installed on your system:
We recommend using [asdf version manager][asdf-vm] to install and manage all the
programming languages' requirements.

## 👽 Third-party dependencies

This project uses the [Auth0](https://auth0.com/) for authentication and
authorization (with a custom javascript script). You need to create an App for
a SPA to interact with it in development [here][auth0-docs].

## 🔧 Setup

Install all dependencies.
Expand Down