Introduction · Features · Local Development · Tech Stack · Contributing
Allbiiiz is an open-source SaaS where you can make business online.
- Share ideas
- Create a network
- Affiliation
- Trading
- And more ...
To develop Allbiiiz locally, you will need to clone this repository and set up all the env vars outlined in the .env.example
file
Once that's done, you can use the following commands to run the app locally:
npm i
npm run dev
- Next.js – framework
- Typescript – language
- Tailwind – CSS
- Shadcn/UI - UI
- Coolify – hosting
- MongoDB - DB
Here's how you can contribute:
- Open an issue if you believe you've encountered a bug.
- Make a pull request to add new features/make quality-of-life improvements/fix bugs.