Getting Started
Welcome to Ekko OS! This guide will help you get started with the platform.
Installation
Before you begin, make sure you have the following prerequisites installed:
- Node.js (v18 or higher)
- pnpm (package manager)
- Git
Quick Start
-
Clone the repository
git clone https://github.com/your-repo/ekko-os.git cd ekko-os -
Install dependencies
pnpm install -
Set up environment variables
cp .env.example .env # Edit .env with your configuration -
Run the development server
pnpm dev -
Open your browser Navigate to
http://localhost:3000to see your application running.
First Steps
- Set up Pocket ID with Passkey - Configure secure, passwordless authentication
- Learn about the architecture of Ekko OS
- Explore the API documentation
- Check out our guides for common tasks
Need Help?
If you run into any issues, please check our troubleshooting guide or open an issue on GitHub.
Last updated on