The argoc proj create command can be used to create a project.
argocd proj create my-project
Or in the ArgoCD console, at Settings > Projects > New Project, give your project a name and description and click the Create button.
You will then have a form that allows you to configure the project, for example, if you want to update the project so that it can only be used for applications in a particular namespace.
Likewise, you can create a YAML file that will be used to create a project.
And then the kubectl (Kubernetes) or oc (OpenShift) apply command can be used to create the project. This is nice because the YAML file let's you specfiy exactly how you want the project to be configured.