Version: 5.18
Initialize a Project
#
Choose a ProjectYou can either deploy one of your own projects or alternatively, checkout one of our demo applications using git:
- Node.js
- Python
- Java
- Ruby
- Golang
- PHP
- ASP.NET
- Your Own Project
info
If you are using DevSpace for the first time, it is highly recommended that you use one of the demo projects.
#
Initialize Your ProjectRun this command in your project directory to create a devspace.yaml
config file for your project:
DevSpace will ask you a couple of questions about this project and then generate a devspace.yaml
for you to start with. If you are using the quickstart projects, choose Component Helm Chart
for the first question.
After running devspace init
, you will see a devspace.yaml
file in your project which should look like this: