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: content/1.docs/3.getting-started.md
+13-13Lines changed: 13 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,10 @@
2
2
3
3
## Prerequisites
4
4
5
-
* A web server like NGINX or the Apache server included in [XAMPP](https://www.apachefriends.org/)
6
-
* Alternatively, for a simpler server use [this](https://github.com/terreng/simple-web-server)
7
-
* A website behing hosted on that server, or at its most basic, create an empty file named "index.html" (save for later)
8
-
* Or you can use the built-in server[here](#built-in-server-optional)
5
+
* A web server like NGINX or the Apache server included in [XAMPP](https://www.apachefriends.org/).
6
+
* Alternatively, for a simpler server use [simple-web-server](https://github.com/terreng/simple-web-server).
7
+
* A website behing hosted on that server, or at its most basic, create an empty file named "index.html" (save for later).
8
+
* Or you can use the [built-in server](#built-in-server-optional).
9
9
10
10
## Setup
11
11
@@ -41,14 +41,14 @@ If you're using [React or Single Page Apps](/docs/embed#react-single-page-apps),
41
41
42
42
A [Code Editor](/editor) feature is included on this website. It's a wizard that will create this html web code for you.
43
43
44
-
1) Select a System
44
+
1) Select a System.
45
45
2) Fill out the details:
46
46
* Upload game rom
47
47
* Enter name of the game
48
48
* Enter an ad URL (optional)
49
49
* Upload bios file (if required)
50
50
* Upload custom save state to be loaded on start (optional)
51
-
3) Generate out file
51
+
3) Generate out file.
52
52
53
53
It will then give you the download link for a zip folder that will include the rom & an index.html file that has your code ready to be copy & pasted into your website.
54
54
@@ -76,7 +76,7 @@ All major browsers are currently supported!
76
76
77
77
In this example, we will use Google Chrome:
78
78
79
-
1) Right click on Chrome and click "Send to" then "Desktop (create shortcut)"
79
+
1) Right click on Chrome and click "Send to" then "Desktop (create shortcut)".
80
80
2) Now right click on the new shortcut and in the "Target" field, add this to the end:
0 commit comments