Skip to content

Fair-Exchange/website

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SafeCoin Website

This is the first iteration of creating a website for SafeCoin that utilizes a static site generator. It is based on past work from Zen Cash (GPL fork) and will evolve over time to leverage new technologies.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

See Jekyll Installation documentation

gem install jekyll bundler

Installing

Navigate to the local directory where the repo was installed

cd website

Install dependencies

sudo apt-get install ruby ruby-dev python-software-properties

curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -

sudo apt-get install -y nodejs

sudo npm install -g bower

bundle && npm install && bower install

Starting up

gulp

Deployment

on live system:

bundle exec jekyll serve

Built With

Contributing

Versioning

Authors

  • Mike Lorey - Initial work - mdlorey

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Huge acknlowledgement to Zencash for open-sourcing this amazing work.
  • We will diverge, but will also do the same and open-source all our innovations

About

SafeCoin Website - original fork of Zencash

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 82.0%
  • CSS 12.2%
  • Shell 2.9%
  • JavaScript 2.8%
  • Ruby 0.1%