Quick Start Guide
Get up and running in 5 minutes with this quick start guide.
Quick Start Guide
Get started with our platform in just 5 minutes!
Prerequisites
Before you begin, make sure you have:
- A valid email address
- A modern web browser (Chrome, Firefox, Safari, or Edge)
- Basic understanding of web applications
Step 1: Sign Up
- Go to https://yourdomain.com/signup
- Enter your email and password
- Click “Create Account”
- Verify your email address
Step 2: Complete Your Profile
- Navigate to Settings
- Add your name and profile picture
- Set your preferences
- Choose your timezone
Step 3: Create Your First Project
# If using CLI
npm install -g our-cli
our-cli init my-project
cd my-project
our-cli dev
Step 4: Invite Your Team
- Go to Team Settings
- Click “Invite Members”
- Enter email addresses
- Assign roles
Step 5: Explore Features
Now that you’re set up, explore:
- Dashboard: Overview of your projects
- Projects: Create and manage projects
- Analytics: View insights and metrics
- Integrations: Connect your tools
Common Tasks
Creating a Workspace
// Using the API
const workspace = await api.workspaces.create({
name: 'My Workspace',
description: 'Description here',
});
Configuring Settings
Navigate to Settings > General to configure:
- Workspace name
- Default permissions
- Notification preferences
- Integration settings
Need Help?
- Check our detailed documentation
- Visit the community forum
- Contact support
Next Steps
Congratulations! You’re all set up! 🎉