Build your dream stack, your way.
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 [email protected]: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.