Site for posting Bitcoin related black friday deals. The docs/ dir contains
all the static content. This is because GitHub pages supports hosting the
docs/ subdir.
To contribute a deal to Bitcoin Black Friday:
- Clone this repo.
- Edit the
deals.jsonfile, add your own deal. - Include an image in the
images/directory. - Run the site locally to confirm your deal looks as it should.
- Submit a PR.
First install Node.js, then install dependencies:
$ npm install
To run the site locally on the default port, 8080:
$ npm start
This will launch a simple, static HTTP server serving the docs/ directory.
Open a browser to localhost:8080 to see the site.