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 pnpmClone this repository to your machine:
# Via HTTPS
git clone https://github.com/MFarabi619/stack-builder.git
# Or via SSH
git clone [email protected]:MFarabi619/stack-builder.git
# Or via GitHub CLI
gh repo clone MFarabi619/stack-builderNavigate to the project directory:
cd stack-builderInstall dependencies:
pnpm iRun development server:
pnpm devOpen localhost:3000 in your browser to see the result.