Skip to content

Latest commit

 

History

History
60 lines (42 loc) · 2.23 KB

README.md

File metadata and controls

60 lines (42 loc) · 2.23 KB

Build your dream stack, your way.


🏗️ This project is a work in progress 🚧

At the moment, it's just a well-documented Next.js Starter Template.

Stack Builder Conventional Commits Commitizen Friendly Code Style Storybook Repo Size Maturity badge - level 1


📄 Project Brief

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.