Skip to content

Quick Start

Copy and paste this command to your Terminal

sh
sh -c "$(curl -fsSL https://raiden.sev-2.com/install.sh)"

Type raiden version to check Raiden version and ensure Raiden was installed properly.

INFO

For manual installation, you can visit Installation page.

To start development with Raiden type raiden start. That command will guide you interactively. You can choose between Supabase Cloud or Supabase self-hosted.

Cloud
Self Hosted

Supabase Cloud

After run raiden start set your target deployment to the cloud.

sh
Enter your target deployment:
 cloud
    self_hosted

Type your project name. This can be exising project or a new project.

sh
Enter project name: <your-project-name>

Insert the access token.

sh
Enter your access token: **********

You can generate the access token from https://supabase.com/dashboard/account/tokens.

qwe

Type the anon key that you can get from Project Settings.

sh
Enter your anon key: **********

qwe

Type the service key that you can get from Project Settings.

sh
Enter your service key: **********

qwe

New directory will be generated based on your project's name. To know more about project's structure read Project Structure.

Released under the MIT License.