Skip to content

Latest commit

History

History
56 lines (46 loc) 路 4.62 KB

README.md

File metadata and controls

56 lines (46 loc) 路 4.62 KB

Senpa.io Client

Build Senpa.io-Client GitHub all releases GitHub release (latest by date) CodeQL GitHub GitHub closed issues


Official Client for Senpa.io


猬囷笍 Download

Latest release / changelog


馃敡 Build it from source [Developers only!]

  1. Open up your favourite terminal (and navigate somewhere you want to download the repository to).

  2. Make sure you have NodeJS installed. Test by entering
    $ node -v
    If this returns a version number, NodeJS is installed. If not, get NodeJS here.

  3. Clone the repository and navigate to it. If you have Git installed, type
    $ git clone https://github.com/NullDev/senpa-io-client.git && cd senpa-io-client
    If not, download it here and extract the ZIP file.
    Then navigate to the folder.

  4. Install all dependencies by typing
    $ npm install

  5. Start it by running
    $ npm start
    or build it for your platform:
    $ npm run build