Stack Builder

Quick Start

Time to build from the 20th floor.

Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it.

Steps

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

Last updated on

On this page

Edit on GitHub