Welcome to DevFlow! This documentation will help you get started with our platform.
To install DevFlow, run:
npm create @devflow/app --template=enterprise
DevFlow uses a simple configuration file. You can customize your setup by editing the config file.
Our API allows you to integrate DevFlow into your existing workflows. Here are the main endpoints:
GET /api/users - Get all usersPOST /api/projects - Create a new projectGET /api/deployments - List deploymentsHere are some examples of how to use DevFlow:
import { Handler } from '@devflow/core';
const user = await Handler.getUser(id);
console.log(user);
If you need help, please reach out to our support team or join our Discord community.