Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
MintOwlTech committed Jun 7, 2024
1 parent 754fb42 commit 5a156d7
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,11 @@ For examples and step-by-step instructions, please visit our full documentation
You will need to have [Node.js](https://nodejs.org) installed.<br/>

**Combines npm install, creation of a virtual environment, as well as the launch of the frontend and backend:**
<br>
On Mac and Linux
```
npm run repromodel
npm run repromodel // Mac and Linux
npm run repromodel-windows // Windows
```

**Launch the frontend instead individually:**
Expand All @@ -59,6 +62,15 @@ npm install
npm run dev
```


**If you have Ollama installed and want to use the Methodology Gernerator**
```
npm run repromodel-with-llm // Mac and Linux
npm run repromodel-with-llm-windows // Windows
```
Note: You can get Ollama from [there Website](https://ollama.com/download).


## Contributing
Contributions are what make the open-source community such an amazing place to learn, inspire, and create.

Expand Down

0 comments on commit 5a156d7

Please sign in to comment.