Sourcebot is a self-hosted tool that helps you understand your codebase.
Find a file
2024-08-30 19:03:13 -07:00
configs Zoekt index server Dockerfile 2024-08-30 18:36:53 -07:00
public Small style tweeks to top bar 2024-08-28 12:06:00 -07:00
src Add eslint 2024-08-29 21:38:48 -07:00
vendor Add zoekt as a submodule 2024-08-30 18:35:55 -07:00
.eslintignore Add eslint 2024-08-29 21:38:48 -07:00
.eslintrc.json Add eslint 2024-08-29 21:38:48 -07:00
.gitignore init nextjs project 2024-08-23 13:54:13 -07:00
.gitmodules Add zoekt as a submodule 2024-08-30 18:35:55 -07:00
components.json wip - add shadcn, api router, and some other stuff 2024-08-24 17:45:44 -07:00
docker-compose.yml Add zoekt webserver dockerfile 2024-08-30 19:03:13 -07:00
Dockerfile.zoekt-indexserver Zoekt index server Dockerfile 2024-08-30 18:36:53 -07:00
Dockerfile.zoekt-webserver Add zoekt webserver dockerfile 2024-08-30 19:03:13 -07:00
entrypoint.zoekt-indexserver.sh Zoekt index server Dockerfile 2024-08-30 18:36:53 -07:00
entrypoint.zoekt-webserver.sh Add zoekt webserver dockerfile 2024-08-30 19:03:13 -07:00
next.config.mjs init nextjs project 2024-08-23 13:54:13 -07:00
package.json Add eslint 2024-08-29 21:38:48 -07:00
postcss.config.mjs init nextjs project 2024-08-23 13:54:13 -07:00
README.md init nextjs project 2024-08-23 13:54:13 -07:00
tailwind.config.ts wip - add shadcn, api router, and some other stuff 2024-08-24 17:45:44 -07:00
tsconfig.json init nextjs project 2024-08-23 13:54:13 -07:00
yarn.lock Add eslint 2024-08-29 21:38:48 -07: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 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.