From 3911c8d154408987e2730eabdf1330cdb531210b Mon Sep 17 00:00:00 2001 From: Justin Krup Date: Wed, 13 Jul 2022 11:45:06 -0700 Subject: [PATCH] Update documentation --- documentation.md | 31 +++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 documentation.md 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"