diff --git a/examples/README.md b/examples/README.md new file mode 100644 index 00000000..47df30d4 --- /dev/null +++ b/examples/README.md @@ -0,0 +1,9 @@ +# Tuono examples + +This folder includes all the official tuono starters. + +To simply scaffold the base project run in your terminal: + +```shell +$ tuono new [NAME] +```