diff --git a/.github/workflows/rowboat-build.yml b/.github/workflows/rowboat-build.yml index b89746ec..97c9a045 100644 --- a/.github/workflows/rowboat-build.yml +++ b/.github/workflows/rowboat-build.yml @@ -6,7 +6,7 @@ on: - 'apps/rowboat/**' jobs: - build: + build-rowboat-nextjs: runs-on: ubuntu-latest steps: @@ -15,6 +15,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: + cache-dependency-path: 'apps/rowboat/package-lock.json' node-version: '20' cache: 'npm' diff --git a/apps/rowboat/README.md b/apps/rowboat/README.md index c4033664..310c46f5 100644 --- a/apps/rowboat/README.md +++ b/apps/rowboat/README.md @@ -2,16 +2,16 @@ This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next ## Getting Started +Install dependencies: + +```bash +npm install +``` + First, run the development server: ```bash npm run dev -# or -yarn dev -# or -pnpm dev -# or -bun dev ``` Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.