sebastienvercammen / iscohhlive

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IsCohh.live

A simple portal to see CohhCarnage's Twitch.tv channel's online status.

Relies on https://github.com/sebastienvercammen/iscohhlive-backend.

This project is NOT affiliated with, funded, or in any way associated with CohhCarnage. All these base are belong to him.

Getting Started

These instructions will help you deploy the project on a live system.

Prerequisites

Windows: To update npm and Node.js, manually download the LTS version from their website.

To update Node.js and npm:
apt-get remove node nodejs
curl -L https://git.io/n-install | bash
n lts

To update only npm:
npm install -g npm

Installing

Start by reading the license in LICENSE.md.

Make sure Node.js and npm are properly installed:

node -v
npm -v

Clone the project:

git clone https://github.com/sebastienvercammen/iscohhlive.git

Make sure you are in the project directory with your terminal, and install the dependencies:

npm install

Building & deploying

Build the files with

npm run build

and upload the dist/ folder to your server.

Development

While developing, keep this running to get a live preview of your changes:

npm run watch

License

This project is licensed under "The Unlicense" - see the LICENSE.md file for details.

About

License:The Unlicense


Languages

Language:CSS 49.2%Language:HTML 32.9%Language:JavaScript 17.9%