Build your dream stack, your way.
I took a break from working on this to focus on building out cuHacking's 2025 Platform.
Much of the tooling, infrastructure, and DevOps foundations that led to the outstanding technical success of the project was taken from my work here 💚
At the moment, it's just a well-documented Next.js Starter Template.
Currently the project uses pnpm as the package manager. If you do not have it, you can install it via npm:
npm i -g pnpm
Clone this repository to your machine:
# Via HTTPS
git clone https://github.com/MFarabi619/stack-builder.git
# Or via SSH
git clone git@github.com:MFarabi619/stack-builder.git
# Or via GitHub CLI
gh repo clone MFarabi619/stack-builder
Navigate to the project directory:
cd stack-builder
Install dependencies:
pnpm i
Run development server:
pnpm dev
Open localhost:3000
in your browser to see the result.