SkillAgentSearch skills...

Livereloadx

An implementation of the LiveReload 2.X server in Node.js

Install / Use

/learn @nitoyon/Livereloadx
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

LiveReloadX

Build Status

Edit & Reload

User documentation is under http://nitoyon.github.io/livereloadx/.

This is developer documentation.

Setting up a development environment

First, clone a git repo by running:

git clone git://github.com/nitoyon/livereloadx.git
cd livereloadx

Install dependant modules:

npm install

Check out gh-pages branch if you wish to edit project page:

git new-workdir . gh-pages gh-pages

(ref) git-new-workdir, git-new-workdir-win

Running tests

Run unit tests.

grunt mochaTest

Run jshint and unit tests.

grunt

Edit project page

Install Ruby and Jekyll:

gem install jekyll

Install dependant modules:

cd gh-pages
npm install
npm install -g grunt-cli

Run grunt.

grunt

Now open http://localhost:35927/_site/ on your browser.

Related Projects

View on GitHub
GitHub Stars206
CategoryDevelopment
Updated22d ago
Forks25

Languages

JavaScript

Security Score

95/100

Audited on Mar 11, 2026

No findings