Skip to content

Commit 8359365

Browse files
authored
Update README.md
1 parent f27f5d1 commit 8359365

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,13 @@ Look at the [issues page](https://github.com/processing/processing-website/issue
1818

1919
### Step 2. Fork the Repository
2020

21-
Before you begin, you’ll need to create a copy of this repository in your GitHub account.
22-
23-
1. Click the "Fork" button in the top-right corner and follow the instructions.
21+
1. Click the "Fork" button in the top-right corner and follow the instructions to create a copy of this repository in your GitHub account.
2422
2. Clone the forked repository to your local machine.
2523
3. Navigate to the project folder using the command line, or open the project in your editor of choice and open the built-in terminal.
2624

2725
### Step 3. Set up Your Local Environment
2826

29-
Before you start, make sure to [install Node.js](https://nodejs.org/en/download/package-manager) (`v12` or higher) if it is not already installed.
27+
Make sure to [install Node.js](https://nodejs.org/en/download/package-manager) (`v12` or higher) if it is not already installed.
3028

3129
1. Run `npm install` to install the necessary dependencies.
3230
2. Run `npm run dev` to start the development server.

0 commit comments

Comments
 (0)