Skip to content

Commit

Permalink
docs: add installing app section
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrahimborba committed Jun 1, 2022
1 parent 23fe361 commit cb378d1
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ This is a [Trybe](https://www.betrybe.com/) project developed as part of the Fro
- [Summary](#summary)
- [Context](#context)
- [Technologies Used](#technologies-used)
- [Installing, running and testing the app](#installing-running-and-testing-the-app)
- [Notes](#technologies-used)
- [Git and Commits](#git-and-commit)
- [Further Improvements](#further-improvements)
Expand All @@ -34,6 +35,23 @@ This project used the following technologies and features:

---

# Installing, running and testing the app
### Install dependencies
```
cd trybewallet
npm install
```
### Run the application
```
cd trybewallet
npm start
```
### Run tests
```
npm test
```
---

# Notes
### Git, GitHub and Commit History
- There are only two branches since this is a solo project. One is the *main*, with production ready features. And the other one is *project_refactor*, where I improve the code and add new features.
Expand Down

1 comment on commit cb378d1

@vercel
Copy link

@vercel vercel bot commented on cb378d1 Jun 1, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.