SPB Git forge

spb/llm-api

Public
0commits 0branches 0releases
0 Bsize
maindefault branch
—last push
1.4 KB · 37 lines markdown
Rendered Raw Blame History
1This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://nextjs.org/docs/app/api-reference/cli/create-next-app).23## Getting Started45First, run the development server:67```bash8npm run dev9# or10yarn dev11# or12pnpm dev13# or14bun dev15```1617Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.1819You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.2021This project uses [`next/font`](https://nextjs.org/docs/app/building-your-application/optimizing/fonts) to automatically optimize and load [Geist](https://vercel.com/font), a new font family for Vercel.2223## Learn More2425To learn more about Next.js, take a look at the following resources:2627- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.28- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.2930You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js) - your feedback and contributions are welcome!3132## Deploy on Vercel3334The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.3536Check out our [Next.js deployment documentation](https://nextjs.org/docs/app/building-your-application/deploying) for more details.37