Skip to content

Gorlabscom/gorlabs

Repository files navigation

Gorlabs

We're on a mission to provide world's best class micro saas on the internet.

Features

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...

Run Locally

prerequsites:

  • pnpm
  • node
  • git

Before start: Fork the Repo

  git clone https://github.com/<username>/gorlabs.git

  cd gorlabs
  pnpm install

Usage

# 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

Woila! You're good to go.

Contributing

Contributions are always welcome!

See CONTRIBUTING.md for ways to get started.

Please adhere to this project's code of conduct.

Documentation

See Documentation

License

AGPL License

This project is licensed under the AGPL 3.0 License - see the LICENSE.md file for details

Show your support

Leave a ⭐ if you like this project