You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+25-3Lines changed: 25 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -8,13 +8,13 @@ Create a new directory for your project.
8
8
9
9
Create the necessary files for an OpenFL project, including _project.xml_ and _.hx_ source files inside the project's root directory. Then, follow the remaining steps to setup Webpack and openfl-loader.
10
10
11
-
Run the following command to create a _package.json_ file:
11
+
In a terminal, run the following command in the root of your project to create a _package.json_ file:
12
12
13
13
```sh
14
14
npm init -y
15
15
```
16
16
17
-
Run the following command to install the required dependencies:
17
+
Then, run the following command to install the required dependencies:
0 commit comments