princejwesley / electron.atom.io

Electron website

Home Page:http://electron.atom.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

electron.atom.io

The website for Electron (formerly known as Atom-Shell).

Build

This is a Jekyll site hosted on GitHub Pages. To build a Jekyll site you'll need a few things on your system so double check the Jekyll requirements. In addition to those, you'll need these Ruby gems:

$ gem install jekyll
$ gem install bundler

Follow these steps to copy this repository to your computer and build the site:

$ git clone https://github.com/atom/electron.atom.io.git
$ cd electron.atom.io
$ script/bootstrap
$ script/server

Documentation

Documentation is added to the site directly from the atom/electron repository's docs directory. This is done with Node.js so you'll need that on your system and to install the dependencies used here.

$ cd electron.atom.io
$ npm install

CLI

To fetch documentation at a specific version:

$ script/docs <version> [options]
# Example:
$ script/docs v0.26.0 --latest

Options:

--latest Set this version as the latest version of documentation

Testing

To test the documentation script:

$ npm test

Release Notes

The most recent release notes from the atom/electron repository are made available on the site and can be updated by running:

$ script/releases

Contributing

Thanks for contributing to the site! Checkout the contributing documentation for guidelines on pull requests.

License

MIT

About

Electron website

http://electron.atom.io

License:MIT License


Languages

Language:CSS 46.1%Language:HTML 27.2%Language:JavaScript 22.1%Language:Ruby 4.4%Language:Shell 0.3%