foo@bar:$ npx @marko/create my-appThis command will give you a selection of examples to pick from.
After picking a example, it will be downloaded and all dependencies will be installed. For most examples, you can quickly get up and running by using the following command:
foo@bar:$ cd ./my-app
foo@bar:$ npm run devIf this command is missing, review the README.md for the chosen example.
