Skip to content

Aquentus/BitcoinUnlimitedWeb

 
 

Repository files navigation

BitcoinUnlimitedWeb

The Bitcoin Unlimited website, hosted at https://bitcoinunlimited.info

Installing

This is a node.js project requiring the npm package manager.

The following will install the project and start the server, listening on port 8080.

npm install grunt-cli -g
npm install bower -g
npm install forever -g
git clone git@github.com:gandrewstone/BitcoinUnlimitedWeb.git
cd BitcoinUnlimitedWeb
npm install
forever start index.js

See the nginx-site.conf file for an example configuration to proxy requests from port 80.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 46.2%
  • CSS 36.1%
  • HTML 17.7%