mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
Update every package.json `repository` field (published + private), README contributor links, CHANGELOG screenshot URLs, the stack-cli emulator default repo, and docs-mintlify GitHub links from hexclave/stack-auth (and the legacy stack-auth/stack-auth slug) to hexclave/hexclave, in preparation for renaming the GitHub repository. Deliberately left on the old slug: - npm-publish.yaml Actions environment name (matches repo Settings, not a URL) - DeepWiki repo ids in backend qa-reviewer / internal-tool (external index) - legacy docs/ folder (dropped from the workspace, slated for removal) |
||
|---|---|---|
| .. | ||
| app | ||
| components | ||
| convex | ||
| public | ||
| stack | ||
| .env.development | ||
| .eslintrc.js | ||
| .gitignore | ||
| globals.css | ||
| next.config.ts | ||
| package.json | ||
| postcss.config.mjs | ||
| README.md | ||
| tailwind.config.js | ||
| tsconfig.json | ||
Welcome to your Convex + Next.js app
This is a Convex project created with npm create convex.
After the initial setup (<2 minutes) you'll have a working full-stack app using:
- Convex as your backend (database, server logic)
- React as your frontend (web page interactivity)
- Next.js for optimized web hosting and page routing
- Tailwind for building great looking accessible UI
Get started
If you just cloned this codebase and didn't use npm create convex, run:
npm install
npm run dev
If you're reading this README on GitHub and want to use this template, run:
npm create convex@latest -- -t nextjs
Learn more
To learn more about developing your project with Convex, check out:
- The Tour of Convex for a thorough introduction to Convex principles.
- The rest of Convex docs to learn about all Convex features.
- Stack for in-depth articles on advanced topics.
Join the community
Join thousands of developers building full-stack apps with Convex:
- Join the Convex Discord community to get help in real-time.
- Follow Convex on GitHub, star and contribute to the open-source implementation of Convex.