Add new project to bonobo
To add a new project to Bonobo, you can follow these steps:
Method 1: Using the Bonobo UI
- Log in to your Bonobo account and navigate to the "Projects" tab.
- Click the "New Project" button.
- Enter a name for your project and a brief description (optional).
- Choose the project type (e.g., "Web", "Mobile", "Desktop", etc.).
- Select the programming language and framework you want to use for your project.
- Click "Create Project" to create the new project.
Method 2: Using the Bonobo CLI
-
Open a terminal or command prompt and navigate to the directory where you want to create your new project.
-
Run the following command to create a new Bonobo project:
bonobo new <project-name>
Replace
<project-name>
with the name you want to give your project. -
Follow the prompts to choose the project type, programming language, and framework.
Method 3: Using a template
- Bonobo provides a range of templates for popular frameworks and technologies. You can use these templates to create a new project quickly.
- To use a template, navigate to the "Templates" tab in the Bonobo UI.
- Choose a template that matches your project requirements.
- Click "Use Template" to create a new project based on the template.
Once you've created your new project, you can start building your application using Bonobo's features and tools.