File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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
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.
24222 . Clone the forked repository to your local machine.
25233 . 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
31291 . Run ` npm install ` to install the necessary dependencies.
32302 . Run ` npm run dev ` to start the development server.
You can’t perform that action at this time.
0 commit comments