ave-irc
v0.4.0
Published
Material design IRC client.
Downloads
1
Readme
Ave
A material design IRC client written in HTML, CSS, and JavaScript, using Electron.
Official IRC Channel
Ave has an official IRC channel for discussion, operating at #ave-irc
on irc.freenode.net
. Please feel free to join at any point to discuss various topics (normally concerning Ave...).
In development
Please note that Ave is in active development. There may be bugs, and some features / functionality may not even be implemented yet.
Note that the contents of this branch will usually be capable of running; cases where this is not the case should be reported. However, it will still be in development, so features may not yet be implemented / only half set up.
Installing
Currently, there are no binary builds of Ave. In order to launch Ave (from source), you should:
- Download Node.JS
- Clone the
master
branch- Run
git clone https://github.com/Scratso/Ave.git
(assuming you have Git installed)
- Run
- In the command line (Windows Command Prompt, or Linux Terminal), within the folder you cloned Ave into in step 2:
- Run
npm install
to install required dependencies (including electron and material-design-lite) - Run
npm start
to run Ave.
- Run
- All should work at this point; if it doesn't, submit an issue!
Screenshots
Contributing
Feel free to dive in to the code and help out - I won't bite! Alternatively, you could suggest ideas or report bugs in the issue tracker?
Either way, contributions are fine, and appreciated!