Skip to content

BTCPrivate/bitcoinprivate-prefork-website

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bitcoin Private Pre-Fork Website

Github Pages URL to point Bitcoin Private domain to: https://btcp-community.github.io/bitcoinprivate-prefork-website/

Testing Locally

You can quickly get a local server running for testing and developing using the following commands.

You'll need to have the latest version of Node.JS installed. Node.JS will not be required in whatever environment the outputted build files run in. The site is entirely static and does not depend on any backend.

You'll also need to have the latest version of Bower installed. Bower is also not required in production, only for building.

cd dev
npm install
bower install
npm run dev

Development

  1. Branch off of develop branch
  2. Merge back into dev when ready
  3. Admin will review/approve changes and merge into master

Deploying

The website is currently hosted with github pages. Use npm run build, this will update the docs directory with the latest src changes.

The docs directory is what github pages hosts from.

npm run build

Questions

If you have any questions, please submit a new issue.

##Discord webhock test.

About

The pre-fork website for Bitcoin Private.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 64.5%
  • CSS 21.0%
  • JavaScript 14.5%