Creating a project
To create a project using concrete you can use the new
subcommand:
concrete new <project_name> [--lib]
You can pass --lib to make it a library.
To build the project simply go into the created dir and run concrete build
To create a project using concrete you can use the new
subcommand:
concrete new <project_name> [--lib]
You can pass --lib to make it a library.
To build the project simply go into the created dir and run concrete build