Skip to content

Commit

Permalink
Add development instructions to README
Browse files Browse the repository at this point in the history
  • Loading branch information
maxatdetroit committed Jul 16, 2024
1 parent ab0cb7f commit 30180f6
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,29 @@
Still in development.

See deployment here: https://kwheelan.github.io/budget-request-demo/

## Contributing

This repo uses yarn for package management and webpack for a
development server and production bundler.

### Setup

Install Node.js (recommend using [nvm](https://github.com/nvm-sh/nvm)) and [yarn](https://classic.yarnpkg.com/lang/en/docs/install/) if you don't have it already.

Install package dependencies:
```bash
yarn
```

Run the development server:
```bash
yarn start
```

### Creating a New Release

Run webpack bundler:
```bash
yarn build
```

0 comments on commit 30180f6

Please sign in to comment.