Getting Started: Your First Echgous Tutorial

Walkthrough on setup, configuration, and using Echgous for collaborative tasks efficiently.

Begin the Tutorial

Step 1: Create an Account

5 min read

Sign up for a free account via the Signup page

Visit our signup page and follow the guided steps. Choose a username, verify your email, and complete the account verification process. This will grant you full access to our platform and all tutorials.

Step completed

Step 2: Setup Project

10 min read

Create a new project workspace in your dashboard

Click the "Create Project" button in your dashboard. Choose a project name, set team permissions, and define the scope.


// Example: Project configuration in JSON
const projectConfig = {
  name: "My First Project",
  team: ["user1", "admin@echgous.com"],
  permissions: "Read-Only for external",
  tags: ["tutorial", "demo"]
};
                        
                        
Step in progress

Step 3: Collaborate

5 min read