File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -18,15 +18,13 @@ Look at the [issues page](https://github.com/processing/processing-website/issue
18
18
19
19
### Step 2. Fork the Repository
20
20
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.
24
22
2 . Clone the forked repository to your local machine.
25
23
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.
26
24
27
25
### Step 3. Set up Your Local Environment
28
26
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.
30
28
31
29
1 . Run ` npm install ` to install the necessary dependencies.
32
30
2 . Run ` npm run dev ` to start the development server.
You can’t perform that action at this time.
0 commit comments