Skip to content

Latest commit

 

History

History
executable file
·
57 lines (34 loc) · 1022 Bytes

README.md

File metadata and controls

executable file
·
57 lines (34 loc) · 1022 Bytes

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