diff --git a/README.md b/README.md new file mode 100644 index 000000000..d889369c8 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# K2 - Sync Engine Experiment + +# Running the API + +``` +cd api +npm install +node app.js +``` + +# Running the Sync Engine + +``` +cd sync +npm install +node app.js +```