Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Westc13 authored Apr 27, 2023
1 parent 4717301 commit 364429d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@
-->

<!-- GETTING STARTED -->
<!--

## 💻 Getting Started <a name="getting-started"></a>

Expand All @@ -96,13 +95,11 @@ In order to run this project you need:


```sh
- Ruby
- Ruby on Rails
- PostgreSQL
- React.js
- Firebase
- Node.js
- npm
- Ionic CLI
- IDE (VSCode, Xcode, Android Studio)
- IDE (VSCode)
```


Expand Down Expand Up @@ -141,12 +138,13 @@ Install the backend with:
To run the frontend of the project, execute the following command:

```sh
cd closer
cd nbrlyu
npm install
npm start
```
- Navigate to the app on your browser with the url `http://localhost:****` where **** is the port number displayed on your terminal.

<!--
To run the backend of the project, execute the following command:
```sh
Expand All @@ -159,7 +157,9 @@ To run the backend of the project, execute the following command:
rails s
```
- Navigate to the app on your browser with the url `http://localhost:****` where **** is the port number displayed on your terminal.
-->

<!--
### Run tests
To run tests, run the following command:
Expand All @@ -169,7 +169,7 @@ Example command:
```sh
bin/rails test test/models/article_test.rb
```
-->
### Deployment

You can deploy this project using:
Expand All @@ -181,7 +181,7 @@ Example:


<p align="right">(<a href="#readme-top">back to top</a>)</p>
-->


<!-- AUTHORS -->

Expand Down

0 comments on commit 364429d

Please sign in to comment.