diff --git a/demo/README.md b/demo/README.md new file mode 100644 index 0000000..5c66328 --- /dev/null +++ b/demo/README.md @@ -0,0 +1,10 @@ +# Metacar: Demo + +This is the demo website of the metacar project. You can use it as an example to learn how to used the environement. + +## Install + +``` +npm install +npm start +```