diff --git a/chat-app-1.png b/assets/chat-app-1.png similarity index 100% rename from chat-app-1.png rename to assets/chat-app-1.png diff --git a/chat-app-2.png b/assets/chat-app-2.png similarity index 100% rename from chat-app-2.png rename to assets/chat-app-2.png diff --git a/chat-app-3.png b/assets/chat-app-3.png similarity index 100% rename from chat-app-3.png rename to assets/chat-app-3.png diff --git a/chat-app-4.png b/assets/chat-app-4.png similarity index 100% rename from chat-app-4.png rename to assets/chat-app-4.png diff --git a/chat-app-5.png b/assets/chat-app-5.png similarity index 100% rename from chat-app-5.png rename to assets/chat-app-5.png diff --git a/chat-app-6.png b/assets/chat-app-6.png similarity index 100% rename from chat-app-6.png rename to assets/chat-app-6.png diff --git a/chat-app-7.png b/assets/chat-app-7.png similarity index 100% rename from chat-app-7.png rename to assets/chat-app-7.png diff --git a/chat-app-8.png b/assets/chat-app-8.png similarity index 100% rename from chat-app-8.png rename to assets/chat-app-8.png diff --git a/getting-started.md b/getting-started.md deleted file mode 100644 index 49add89..0000000 --- a/getting-started.md +++ /dev/null @@ -1,46 +0,0 @@ -# Getting Started with Pear - -## Requirements - -Pear runs on Windows, Mac and Linux. - -The `pear` CLI can be installed from [npm](https://www.npmjs.com/), which comes with [`node`](https://nodejs.org/en/about). - -The `npm` package manager can also be used to install application dependencies later on. - -On MacOS and Linux, we recommend installing `node` using [`nvm`](https://github.com/nvm-sh/nvm#installing-and-updating) - -On Windows we recommend installing `node` with [`nvs`](https://github.com/jasongin/nvs#setup). - -> Info: The Pear Runtime does not rely on `node`, `node` is only needed to install and run the `npm` package manager. - -## Setup - -To install Pear run the following command: - -```sh -npm i -g pear -``` - -To complete the setup, run the `pear` command. - -``` -pear -``` - -If a Pear application, such as [Keet](https://keet.io), is already installed then the Pear platform is already available. In this case, running `pear` should show help output. - -If not, the first run of `pear` will fetch the platform from peers, after which running `pear` again should output help information. - -To check that Pear is fully working, try the following command: - -``` -pear launch keet -``` - -Pear loads applications from peers, so this command should launch [Keet](https://keet.io) whether or not it was downloaded and installed beforehand. - - -## Next - -* [Making a Pear App](./making-a-pear-app.md) \ No newline at end of file diff --git a/making-a-pear-app-1.md b/guides/making-a-pear-app-1.md similarity index 96% rename from making-a-pear-app-1.md rename to guides/making-a-pear-app-1.md index 2095098..ff12eb7 100644 --- a/making-a-pear-app-1.md +++ b/guides/making-a-pear-app-1.md @@ -31,7 +31,7 @@ $ pear dev This will open the app. Because it's opened in development mode, developer tools are also opened. - + ## Step 3. Automatic reload @@ -39,7 +39,7 @@ Pear apps have automatic reload included. This means that there is no need to st While keeping the app open with `pear dev`, open `index.html` in a code editor. Change `