From df4f802b1fb4f50a653eda7425430fdab4cb81ef Mon Sep 17 00:00:00 2001 From: Ben Stickley <35735118+bestickley@users.noreply.github.com> Date: Wed, 31 Jul 2024 13:41:52 -0400 Subject: [PATCH] Update README.md --- examples/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index 6330b334..80e9d345 100644 --- a/examples/README.md +++ b/examples/README.md @@ -4,6 +4,7 @@ Each example app utilizes [open-next](https://github.com/sst/open-next)'s exampl ## Prerequisites 1. `git clone https://github.com/jetbridge/cdk-nextjs.git` 1. `yarn install` +1. `yarn compile` 1. `yarn build` ## Setup Example Next.js Apps @@ -26,4 +27,4 @@ To deploy an app manually to test them out for yourself, run: 1. Hit play (green play button) and watch tests run! ## E2E Testing in CI -See .projenrc.ts `run-e2e-tests` workflow towards bottom. This functionality is commented out until an AWS account can be used to deploy the example apps and run the tests. \ No newline at end of file +See .projenrc.ts `run-e2e-tests` workflow towards bottom. This functionality is commented out until an AWS account can be used to deploy the example apps and run the tests.