Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Mattk70 authored Jan 27, 2024
1 parent 8c6d866 commit dfe8fe3
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ First, clone the project and install all dependencies:
```
git clone https://github.com/Mattk70/Chirpity-Electron
cd Chirpity-Electron
```

Chirpity depends on <i><a href="https://nodejs.org/en/download">Node.js</a></i>, follow the link for the download and installation instructions.
Once installed, run:
```
npm install
```

Expand All @@ -24,21 +29,21 @@ npm start

## Development setup

Setting up the project requires <i>Node.js</i>, which we need to install first.

After that, we can initialize the source directory with:

Initialize the source directory with:

```
npm init
```

Now, we need to install project dependencoies with:
Now, install project dependencoies with:

```
npm install --save-dev
```

After that, we can build a windows msi installer with:
After that, build a windows msi installer with:

```
npm run export
Expand Down

0 comments on commit dfe8fe3

Please sign in to comment.