diff --git a/examples/Readme.md b/examples/Readme.md new file mode 100644 index 0000000..0a4506c --- /dev/null +++ b/examples/Readme.md @@ -0,0 +1,16 @@ +# Examples + +Make sure to build the project + +``` +cd .. +npm run build +``` + +## Simple + +``` +npm install +wing compile -t @winglang/wing-platform simple.main.w +``` +