Skip to content

Commit 8cb7740

Browse files
Updated README
1 parent b6cfe5c commit 8cb7740

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Freelance Developer Portfolio Website
22

3-
This is a freelance developer portfolio website built using **Django 4**, **HTML 5**, **CSS 3**, **Bootstrap 5**, and **Sass**.
3+
This freelance developer portfolio website is built using **Django 4**, **HTML 5**, **CSS 3**, **Bootstrap 5**, and **Sass**.
44

55
![plot](https://github.com/BobsProgrammingAcademy/portfolio-website-django4-bootstrap-5/blob/master/static/images/portfolio.png?raw=true)
66

@@ -23,22 +23,22 @@ Install the following prerequisites:
2323
2. [Node.js](https://nodejs.org/en/)
2424
3. [Visual Studio Code](https://code.visualstudio.com/download) with the **Live Sass Compiler** extension.<br>
2525

26-
[Live Sass Compiler](https://marketplace.visualstudio.com/items?itemName=glenn2223.live-sass) allows us to compile Sass files to CSS files in real-time. It will watch a Sass file for changes, and then it will automatically compile that Sass file into a CSS file whenever a change is made and saved.
26+
[Live Sass Compiler](https://marketplace.visualstudio.com/items?itemName=glenn2223.live-sass) allows us to compile Sass files to CSS files in real time. It will watch a Sass file for changes, and then it will automatically compile that Sass file into a CSS file whenever a change is made and saved.
2727

2828

2929
### Installation
3030

3131
#### 1. Create a virtual environment
3232

33-
From the **root** directory run:
33+
From the **root** directory, run:
3434

3535
```bash
3636
python -m venv venv
3737
```
3838

3939
#### 2. Activate the virtual environment
4040

41-
From the **root** directory run:
41+
From the **root** directory, run:
4242

4343
On macOS:
4444

@@ -54,13 +54,13 @@ venv\scripts\activate
5454

5555
#### 3. Install required dependencies
5656

57-
From the **root** directory run:
57+
From the **root** directory, run:
5858

5959
```bash
6060
pip install -r requirements.txt
6161
```
6262

63-
From the **root** directory run:
63+
From the **root** directory, run:
6464

6565
```bash
6666
cd static
@@ -71,7 +71,7 @@ npm install
7171

7272
#### 4. Run migrations
7373

74-
From the **root** directory run:
74+
From the **root** directory, run:
7575

7676
```bash
7777
python manage.py makemigrations
@@ -82,7 +82,7 @@ python manage.py migrate
8282

8383
#### 5. Create an admin user to access the Django Admin interface
8484

85-
From the **root** directory run:
85+
From the **root** directory, run:
8686

8787
```bash
8888
python manage.py createsuperuser
@@ -92,7 +92,7 @@ When prompted, enter a username, email, and password.
9292

9393
### Run the application
9494

95-
From the **root** directory run:
95+
From the **root** directory, run:
9696

9797
```bash
9898
python manage.py runserver

0 commit comments

Comments
 (0)