Merge pull request #17 from rowboatlabs/dev

update readme
This commit is contained in:
Ramnique Singh 2025-02-04 17:55:25 +05:30 committed by GitHub
commit 54c4d40851
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 7 deletions

View file

@ -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'

View file

@ -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.