Skip to content

Commit

Permalink
Merge pull request #16 from DARSHANCSE/patch-2
Browse files Browse the repository at this point in the history
Fix: Update README.md
  • Loading branch information
shivasankaran18 authored Feb 23, 2025
2 parents d28187a + b3e75a1 commit e32d7b5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,25 +71,25 @@ The GUI interface provides real-time logs from the CLI execution, helping users

- *Inquirer.js* – For interactive command-line prompts
- *Chalk* – Provides colorful logs in the CLI
- *Next & TypeScript* – For the GUI component
- *React & TypeScript* – For the GUI component


## Installation & Setup

### CLI Tool

## To scaffold a new full-stack project, run:
sh
```sh
npm create @shivasankaran18/stackd new proj-name

```
This will prompt you with setup questions and generate the project with the selected configurations.

### Web Tool
## To launch the web-based setup tool locally, use:
After installing the package from the npm ,
sh
npx @shivasankaran18/create-stackd setup

``` sh
npx @shivasankaran18/create-stackd setup
```



Expand Down Expand Up @@ -140,4 +140,4 @@ We welcome contributions and feedback from the community to enhance STACKD’s c
💡 Let's build better development tools together! 🚀

### 📜 License
This project is licensed under the MIT License.
This project is licensed under the MIT License.

0 comments on commit e32d7b5

Please sign in to comment.