Go to file
2025-02-03 12:12:12 +08:00
public chore(assets): add logo.svg to public directory 2025-01-29 13:30:23 +08:00
src feat(workspaces): add server route for creating workspaces 2025-02-03 12:12:12 +08:00
.dockerignore chore: add Docker support with Dockerfile and .dockerignore 2025-01-28 22:36:49 +08:00
.gitignore chore: initialize the Next.js project 2025-01-28 22:08:33 +08:00
bun.lockb feat: add shadcn/originui sonner component 2025-02-03 11:53:39 +08:00
components.json chore: initialize shadcn 2025-01-28 22:16:24 +08:00
Dockerfile feat(docker): enable telemetry data collection in Dockerfile 2025-02-02 01:44:36 +08:00
eslint.config.mjs chore: initialize the Next.js project 2025-01-28 22:08:33 +08:00
LICENSE chore: initialize the Next.js project 2025-01-28 22:08:33 +08:00
next.config.ts chore: add Docker support with Dockerfile and .dockerignore 2025-01-28 22:36:49 +08:00
package.json feat: add shadcn/originui sonner component 2025-02-03 11:53:39 +08:00
postcss.config.mjs chore: initialize the Next.js project 2025-01-28 22:08:33 +08:00
README.md chore: initialize the Next.js project 2025-01-28 22:08:33 +08:00
tailwind.config.ts feat: implement authentication pages and forms for sign-in and sign-up 2025-01-29 20:25:02 +08:00
tsconfig.json chore: initialize the Next.js project 2025-01-28 22:08:33 +08:00

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 Geist, a new font family for Vercel.

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.