Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pawlovskiii committed Aug 12, 2021
1 parent 4950583 commit 0e9a833
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,30 @@ https://pawlovskiii.github.io/real-estate-website/

## Table of contents
* [General info](#general-info)
* [Technologies](#technologies)
* [Setup](#setup)

### General info
My demo project of real estate agency, located in Warsaw.
My website project of real estate agency located in Warsaw.

### Technologies
It was mainly created with CSS library called Bootstrap and SaSS as a CSS preprocessor.
Name | Versions
--- | ---
Node.js | 16.4.0
### Setup
To clone and run this application, you'll need [Git](https://git-scm.com) and [Node.js](https://nodejs.org/en/download/) (which comes with [npm](http://npmjs.com)) installed on your computer. From your command line:

```bash
# Clone this repository
$ git clone https://github.com/pawlovskiii/real-estate-website

# Go into the repository
$ cd real-estate-website

# Install dependencies
$ npm install

# Run the app
$ npm start
```

0 comments on commit 0e9a833

Please sign in to comment.