rowboat/apps/rowboat
2025-01-29 13:18:41 +05:30
..
app ignore oxylabs merge 2025-01-29 13:18:41 +05:30
components/ui add docker-compose and readme 2025-01-14 12:28:44 +05:30
hooks add rowboat app 2025-01-13 15:31:50 +05:30
lib add rowboat app 2025-01-13 15:31:50 +05:30
public update rb logo 2025-01-23 19:39:36 +05:30
.dockerignore fix build errs 2025-01-14 14:18:10 +05:30
.eslintrc.json add rowboat app 2025-01-13 15:31:50 +05:30
.gitignore add rowboat app 2025-01-13 15:31:50 +05:30
components.json add rowboat app 2025-01-13 15:31:50 +05:30
Dockerfile add copilot dockerfile 2025-01-14 11:21:03 +05:30
middleware.ts add rowboat app 2025-01-13 15:31:50 +05:30
next.config.mjs add dockerfile for rowboat app 2025-01-13 17:08:47 +05:30
package-lock.json update py sdk - add stateless and stateful calls 2025-01-15 15:45:02 +05:30
package.json add dockerfile for rowboat app 2025-01-13 17:08:47 +05:30
postcss.config.mjs add rowboat app 2025-01-13 15:31:50 +05:30
README.md add rowboat app 2025-01-13 15:31:50 +05:30
tailwind.config.ts add rowboat app 2025-01-13 15:31:50 +05:30
tsconfig.json add rowboat app 2025-01-13 15:31:50 +05:30

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.