mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-06-06 19:35:44 +02:00
commit
54c4d40851
2 changed files with 8 additions and 7 deletions
3
.github/workflows/rowboat-build.yml
vendored
3
.github/workflows/rowboat-build.yml
vendored
|
|
@ -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'
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue