Electron website
Clone or download
codebytere fix: faq redirect and remove orphan file (#1375)
* fix: faq redirect and remove orphan file

* faq => docs/faq
Latest commit 769977c Sep 28, 2018
Permalink
Failed to load latest commit information.
bower_components Adjust navbar spacing in rtl languages Aug 20, 2018
cypress Resolving #1221 - app-meta-entry-downloads for Downloads Aug 3, 2018
data fix: update blog post date Sep 18, 2018
images Update with latest app updates Jul 24, 2017
lib fix: faq redirect and remove orphan file (#1375) Sep 29, 2018
middleware remove logging Sep 12, 2018
routes remove old search Jun 21, 2018
script remove update-deps script in favor of Dependabot Sep 19, 2018
scripts Hide downloads section of sidebar for apps with no downloads #1221 Aug 3, 2018
styles improve search styles Jun 21, 2018
templates search: remove github link from tutorial hit template Jun 22, 2018
test remove old search tests Jun 21, 2018
views Display install command for snapcraft apps Aug 19, 2018
.gitattributes Merge branch 'gh-pages' of https://github.com/talhasch/electron.atom.io Sep 26, 2016
.gitignore tests: add basic integration tests with cypress May 10, 2018
.nvmrc Add nvmrc Nov 9, 2017
.travis.yml fail faster May 10, 2018
CODE_OF_CONDUCT.md Change emails to @electronjs.org domain Mar 14, 2018
CONTRIBUTING.md Spelling Mistakes Fixed (#1266) May 29, 2018
LICENSE.md Omit year entirely Sep 20, 2016
README.md Spelling Mistakes Fixed (#1266) May 29, 2018
app.json add heroku app.json Sep 11, 2017
cypress.json send recording to cypress webservice May 10, 2018
electron-api.json added algolia instant search and styling prototype May 19, 2018
nodemon.json do not restart server on stylesheet changes Jun 6, 2018
package-lock.json Merge branch 'master' into dependabot/npm_and_yarn/wait-on-3.0.1 Sep 28, 2018
package.json Merge branch 'master' into dependabot/npm_and_yarn/wait-on-3.0.1 Sep 28, 2018
server.js fix: faq redirect and remove orphan file (#1375) Sep 29, 2018

README.md

electronjs.org

This is the source code for the Electron website at electronjs.org.

Code of Conduct

Electron is an open source project with a global contributor community. We want everyone to feel safe in our community, and we welcome participation from people of all backgrounds, regardless of experience level, age, gender identity, race, religion, or nationality.

All participants are expected to uphold the Code of Conduct.

Contributing

Writing code is great, but there are many other ways to make meaningful contributions to the project:

If you just want to get the site up and running locally, here's the TLDR:

git clone https://github.com/electron/electronjs.org
cd electronjs.org
npm install
npm run dev

For more info about how this site works and how to contribute, see CONTRIBUTING.md, or jump straight to a specific topic below:

License

MIT