Skip to content

Commit

Permalink
Merge pull request #136 from ReproModel/make-windows-compatible
Browse files Browse the repository at this point in the history
Update Readme
  • Loading branch information
MintOwlTech authored Jun 19, 2024
2 parents 8a78fa4 + 5a156d7 commit 28a78e1
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 28a78e1

Please sign in to comment.