Skip to content

Commit

Permalink
Rename Build directory to docs
Browse files Browse the repository at this point in the history
This will make it easier to deploy the project on GitHub pages
  • Loading branch information
pratikborsadiya committed Sep 7, 2018
1 parent 060ba70 commit 086bd13
Show file tree
Hide file tree
Showing 30 changed files with 39,944 additions and 151 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ aria2c --enable-rpc --rpc-listen-all

If aria2 is not installed in your local machine then head on to https://aria2.github.io/ and follow the instructions there.

Then download the webui, you can either do that by downloading this repository and running index.html from build folder in the browser. Or you could just head on to https://ziahamza.github.io/webui-aria2/ and just start downloading files! After that you can also save it for offline use by saving from the browser save page as option. You can also use node js to create simple server by using the following command from the download folder.
Then to use the WebUI-Aria2,

- You can either download this repository and open index.html from `docs` folder.
- Or you could just head on to https://ziahamza.github.io/webui-aria2/ and start downloading files! Once you have visited the URL thanks to [Progressive Web Apps](https://developers.google.com/web/progressive-web-apps/) you can open the same URL even when you are offline.
- Or you can also use NodeJS to create simple server by using the following command from the project folder.

```bash
node node-server.js
Expand Down
2 changes: 0 additions & 2 deletions build/app.css

This file was deleted.

1 change: 0 additions & 1 deletion build/app.js

This file was deleted.

82 changes: 0 additions & 82 deletions build/precache-manifest.52b448caf742d9881a064bf25c755e89.js

This file was deleted.

58 changes: 0 additions & 58 deletions build/vendor.js

This file was deleted.

Loading

0 comments on commit 086bd13

Please sign in to comment.