Skip to content

LocalCoinIS/LocalCoin-explorer

 
 

Repository files navigation

Open Source LocalCoin Explorer

http://LLC.is

Install

clone repo:

git clone https://github.com/LocalCoinIS/LocalCoin-explorer
cd localcoin-explorer

Install node dependencies:

npm install

Install bower dependencies:

bower install

or

bower install --allow-root

Install compass:

sudo apt install ruby-compass
sudo gem install compass

Start by npm:

npm start

Point your browser to:

http://localhost:8900

Start by grunt:

grunt serve

Point your browser to http://localhost:8900 to have a developer version with auto load of changed code.

Create distribution version and move everything to http server:

grunt serve:dist --force
cp -rf dist/* /var/www/llc.is/public_html/

Point your browser to domain: http://LLC.is

About

LocalCoin Explorer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 59.1%
  • HTML 40.5%
  • CSS 0.4%