Getting Started: Your First Echgous Tutorial
Walkthrough on setup, configuration, and using Echgous for collaborative tasks efficiently.
Begin the TutorialStep 1: Create an Account
5 min readSign 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 readCreate 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