-
Notifications
You must be signed in to change notification settings - Fork 223
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #341 from advanced-rest-client/16.0.0-aplha.1
ARC redesign 2020
- Loading branch information
Showing
354 changed files
with
27,074 additions
and
22,936 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
{ | ||
"cSpell.words": [ | ||
"Renderable", | ||
"advancedrestclient", | ||
"appresources", | ||
"autoupdate", | ||
"camelcase", | ||
"codemirror", | ||
"firstbyte", | ||
"forcereload", | ||
"googleusercontent", | ||
"headersreceived", | ||
"hideothers", | ||
"jnjgsluqk", | ||
"maxsize", | ||
"monospace", | ||
"pageview", | ||
"pasteandmatchstyle", | ||
"printf", | ||
"requestfirstbytereceived", | ||
"requestloadend", | ||
"requestloadstart", | ||
"resetzoom", | ||
"restclient", | ||
"screenview", | ||
"selectall", | ||
"settingschanged", | ||
"settingsread", | ||
"settingsupdate", | ||
"spectron", | ||
"tbie", | ||
"themeactivated", | ||
"toggledevtools", | ||
"togglefullscreen", | ||
"webservice", | ||
"zoomin", | ||
"zoomout" | ||
] | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,31 @@ | ||
--- | ||
description: Installation process for the Advanced REST Client application. | ||
--- | ||
# Advanced REST Client application | ||
|
||
# Installing Advanced REST Client | ||
This is the main repository for the ARC Electron application | ||
|
||
## Installing Advanced REST Client | ||
Tis is work in progress. | ||
|
||
In most cases you can download the app from [https://github.com/advanced-rest-client/arc-electron/releases](https://github.com/advanced-rest-client/arc-electron/releases) | ||
To try this version of the application: | ||
|
||
Find an installer for your platform under "Assets" section. | ||
Cone the repository: | ||
|
||
![Assets section for a release](.gitbook/assets/image%20%2843%29.png) | ||
```sh | ||
git clone https://github.com/advanced-rest-client/arc-electron.git | ||
``` | ||
|
||
For example, for Windows you would download [`arc-setup.exe`](https://github.com/advanced-rest-client/arc-electron/releases/latest/download/arc-setup.exe). For MacOS download `arc-13.0.7.dmg`. | ||
Checkout this branch | ||
|
||
{% hint style="info" %} | ||
Version number may be different to the one in the screen shoot. For normal use, please, download latest stable version. | ||
{% endhint %} | ||
```sh | ||
git checkout redesign2020 | ||
``` | ||
|
||
When downloaded, run the file. The installer will walk you through the installation process. | ||
Next, install dependencies (it may take a moment) | ||
|
||
## Linux installation | ||
```sh | ||
npm install | ||
``` | ||
|
||
ARC's build process generates several builds for Linux. Find your platform and then architecture. Wrong architecture \(x86 instead of x64\) will result with error when installing or running the application. | ||
|
||
Please note that ARC won't update automatically on Linux platform as this is not yet supported by the build library. This may be possible in the future. | ||
|
||
ARC uses for testing | ||
And run the application | ||
|
||
```sh | ||
npm start | ||
``` |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.