We're on a mission to provide world's best class micro saas on the internet.
Key Features:
- 🚀 Next.js 14 with server actions
- 🔐 Stack-auth (Cred, OAuth, SAML)
- 🌐 Monorepo(Turborepo)
- 🔒 PWA
- 📱 Two factor verification
- 👥 User roles (Admin & User)
- 🔓 Jest & React Testing Library
- 📝 Storybook
- 📦 Globally installed packages
- more coming soon...
prerequsites:
- pnpm
- node
- git
Before start: Fork the Repo
git clone https://github.com/<username>/gorlabs.git
cd gorlabs
pnpm install# To start the dev server
pnpm run dev
# To start the dev server for a specific package
pnpm run dev --filter=<package-name>
# To build the project
pnpm run build
# To run liinting
pnpm run lint
# To run tests
pnpm run test
# To run typecheck
pnpm run typecheck
Contributions are always welcome!
See CONTRIBUTING.md for ways to get started.
Please adhere to this project's code of conduct.
This project is licensed under the AGPL 3.0 License - see the LICENSE.md file for details
Leave a ⭐ if you like this project