Giter VIP home page Giter VIP logo

bchnode-web's Introduction

Netlify Deploy

Table of contents


Run the development server

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

npm install

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

npm start

Hit ctrl + C to stop the server.

Deploy

To build the production website, run:

npm run build

Contribute

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

JavaScript files are located in /js/. All files will be concatenated in alphabetical order unless specified otherwise.

Version number

Simply edit the latest version number in /app/data/versions.json and the download links will automatically update.

Write an article

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

To caption an image, use thie figure and figcaption tags:

<figure>
  <img src="image.jpg" alt="Something">
  <figcaption>This is a caption</figcaption>
</figure>

Translate

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.

bchnode-web's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.