diff --git a/im_test/README.md b/im_test/README.md new file mode 100644 index 00000000000..7b87eb1b0bb --- /dev/null +++ b/im_test/README.md @@ -0,0 +1,18 @@ +# Prebid User ID Module (IM-UID System) の動作確認サーバー + +## セットアップ + +プロジェクトルートで以下を実行 + +```sh +npm install +npm run serve --nolint # このディレクトリのファイルでLintエラーになるため +``` + +## 起動 + +上記 `セットアップ` にて `build/dev/prebid.js` を開発ビルド後、プロジェクトルートで以下を実行 + +```sh +node im_test/server.js +``` diff --git a/im_test/public/frame.html b/im_test/public/frame.html new file mode 100644 index 00000000000..44120211d4f --- /dev/null +++ b/im_test/public/frame.html @@ -0,0 +1,12 @@ + + +
+ + +