Skip to content

leeroygbiv/bchnode-web

 
 

Repository files navigation

Build

Run the develoment server

You will need nodeJS installed on your machine, then run the following once:

npm install -g gulp-cli
npm install

Run the following every time you want to start the development server:

gulp

Hit ctrl + C to stop the server.

Contributing

Use the coding style recommended by codeguide.co.
Open issues and pull requests at this repo.

HTML

HTML files are found in /app/.

CSS

To add styles, edit the files in /scss/ - use Sass if possible (regular CSS will work too).

JavaScript

Edit /app/static/js/custom.js (this will change in the future). jQuery is available.

Writing an article

In /blog/, copy the example.md file and replace the content. Run gulp to preview the article in the browser (located at http://localhost:3000/en/newsroom/filename).

Translating

Translations are managed through Crowdin. If you wish to translate this website into your own language, please open an issue at this repo.

Pull requests are automatically created when a translation is updated.

License

The files in this repository are licensed under MIT license. See LICENSE.

About

Bitcoin Cash Node website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 92.6%
  • JavaScript 4.0%
  • SCSS 3.4%