diff --git a/documentation.md b/documentation.md new file mode 100644 index 0000000..5ad6ab7 --- /dev/null +++ b/documentation.md @@ -0,0 +1,31 @@ +# Launchpad + +Congratulations your Snapchat Launchpad seems to be up and running. + +To connect your front-end to this server please include the following front-end code on all pages. + +## Updated front-end code: + +``` + + + +``` + +## Confirming Events + +Once you have done that please visit your webpage and confirm that the events are flowing through Events Manager diff --git a/package.json b/package.json index b694661..e44c759 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "index.js", "scripts": { "compile": "npm i && tsc && npm run compile-readme && npm run docs", - "compile-readme": "markdown README.md -t \"SCE Gateway\" -f gfm > static/readme.html", + "compile-readme": "markdown documentation.md -t \"SCE Gateway\" -f gfm > static/readme.html", "docs": "typedoc --out docs src/server.ts", "start": "node bin/server.js", "test": "echo \"Error: no test specified\" && exit 1"