Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregg Setzer committed Jul 15, 2024
1 parent 28899a7 commit 00103a7
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,21 @@ ensure that their user interfaces adhere to established design guidelines, promo
identity. This approach facilitates the creation of standardized, reusable components that can be
utilized across various projects, improving efficiency and reducing duplication of effort.

## Installing the project
```bash
# Clone the project
$ git clone https://github.com/GreggSetzer/beartracks-ui.git

# Install dependencies
$ npm install

# Test project
$ npm test

# Build project
$ npm build
```

### Tools and Technologies

- **[React](https://react.dev/)**: A JavaScript library for building user interfaces, ensuring efficient updates and rendering of components.
Expand Down

0 comments on commit 00103a7

Please sign in to comment.