38a676d274
Fixing a spelling mistake |
||
---|---|---|
_includes | ||
_layouts | ||
_posts | ||
css | ||
images | ||
script | ||
.gitignore | ||
CNAME | ||
CONTRIBUTING.md | ||
Gemfile | ||
Gemfile.lock | ||
LICENSE.md | ||
README.md | ||
_config.yml | ||
about.md | ||
feed.xml | ||
index.html |
README.md
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.
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
Then open localhost:4000 in your browser.
Contributing
Thanks for contributing to the site! Checkout the contributing documentation for guidelines on pull requests.