Electron website
Перейти к файлу
Zeke Sikelianos d20390eedd
Make contextBuilder ignore static asset paths (#926)
* Make contextBuilder ignore static asset paths

* simplify by serving static assets before context handler

* lint
2017-11-30 15:22:24 -08:00
bower_components Add feature: copy code to clipboard (#916) 2017-11-30 13:16:24 -08:00
data Add feature: copy code to clipboard (#916) 2017-11-30 13:16:24 -08:00
images Update with latest app updates 2017-07-24 16:03:38 -04:00
lib lint 2017-11-08 22:07:02 -08:00
middleware new site blog post (#835) 2017-11-16 07:47:05 -08:00
routes fix source file link redirect on docs 2017-11-30 08:58:13 -05:00
script electron.atom.io → electronjs.org (#849) 2017-11-16 11:08:45 -08:00
scripts Add feature: copy code to clipboard (#916) 2017-11-30 13:16:24 -08:00
styles Add feature: copy code to clipboard (#916) 2017-11-30 13:16:24 -08:00
test Add feature: copy code to clipboard (#916) 2017-11-30 13:16:24 -08:00
views Add feature: copy code to clipboard (#916) 2017-11-30 13:16:24 -08:00
.gitattributes
.gitignore ignore yarn.lock to appease heroku (#826) 2017-11-13 15:43:40 -08:00
.nvmrc Add nvmrc 2017-11-08 21:18:48 -08:00
.travis.yml Disable email notifications from Travis (#857) 2017-11-16 13:22:03 -08:00
CODE_OF_CONDUCT.md add CoC 2017-11-09 19:52:38 -08:00
CONTRIBUTING.md electron.atom.io → electronjs.org (#849) 2017-11-16 11:08:45 -08:00
LICENSE.md
README.md update readme 2017-11-09 19:52:38 -08:00
app.json add heroku app.json 2017-09-11 11:47:24 -07:00
package-lock.json Add feature: copy code to clipboard (#916) 2017-11-30 13:16:24 -08:00
package.json Add feature: copy code to clipboard (#916) 2017-11-30 13:16:24 -08:00
server.js Make contextBuilder ignore static asset paths (#926) 2017-11-30 15:22:24 -08:00

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 indentity, 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