You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
8 years ago | |
---|---|---|
app@a808c03b71 | 8 years ago | |
assets | 8 years ago | |
.editorconfig | 8 years ago | |
.gitignore | 8 years ago | |
.gitmodules | 8 years ago | |
LICENSE | 8 years ago | |
README.md | 8 years ago | |
app.js | 8 years ago | |
package.json | 8 years ago |
README.md
AriaNg Native
Introduction
AriaNg Native is a native app of AriaNg, you can run it on Windows or macOS without any browser.
Introduction of AriaNg
Please visit https://github.com/mayswind/AriaNg for more information.
Installation
Prebuilt release
Latest Release: https://github.com/mayswind/AriaNg-Native/releases
Building from source
Make sure you have Node.js and NPM installed. Then download the source code, and follow these steps.
$ npm install
# For Windows
$ npm run publish:win
# For macOS
$ npm run publish:mac
The builds will be placed in the dist directory.