Create README.md

This commit is contained in:
Thibault Neveu
2018-06-16 15:15:48 +01:00
committed by GitHub
parent 884cbda809
commit 455f54d498
+10
View File
@@ -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
```