Electron website
Перейти к файлу
dependabot-preview[bot] 9011702989
Merge pull request #4996 from electron/dependabot/npm_and_yarn/electron-apps-1.8501.0
2021-01-01 12:19:43 +00:00
.github/workflows ci: use Actions for CI (#3536) 2020-02-22 01:14:57 +02:00
cypress build: remove old cypress retry hack (#4413) 2020-08-23 01:43:50 +03:00
data fix: update the message loop integration blog post with the correct code reference (#4843) 2020-12-03 13:24:25 -08:00
docs docs: add doc for ci statuses (#3843) 2020-04-15 13:28:17 +03:00
lib refactor: disable blog post translations for now (#4836) 2020-11-27 15:46:08 -08:00
middleware chore: switch from process.env.HOST to generic getting of hostname (#4264) 2020-07-23 01:44:18 +03:00
public fix: upgrade docs readme for new guides structure (#4818) 2020-11-24 12:02:11 -08:00
routes fix: correctly detect if a post does not exist (#4863) 2020-11-30 17:49:58 -08:00
script chore: switch from standard to eslint + prettier (#3932) 2020-06-04 00:54:45 +03:00
scripts fix: make language picker more accessible (#4638) 2020-10-22 01:41:37 +03:00
templates refactor: rename `.html` to `.hbs` (#4222) 2020-07-14 04:19:13 +03:00
test fix: upgrade docs readme for new guides structure (#4818) 2020-11-24 12:02:11 -08:00
views fix: upgrade docs readme for new guides structure (#4818) 2020-11-24 12:02:11 -08:00
.eslintrc.js refactor: rename `.html` to `.hbs` (#4222) 2020-07-14 04:19:13 +03:00
.gitattributes Merge branch 'gh-pages' of https://github.com/talhasch/electron.atom.io into talhasch-gh-pages 2016-09-26 15:50:15 -07:00
.gitignore use new launch page 2019-10-04 14:17:04 -07:00
.nvmrc chore: switch to use Node 12 (#3400) 2020-01-14 17:47:52 +02:00
.prettierrc chore: switch from standard to eslint + prettier (#3932) 2020-06-04 00:54:45 +03:00
.stylelintrc.json chore: add stylesheet linting (#4116) 2020-06-18 16:49:03 -07:00
CODE_OF_CONDUCT.md Change emails to @electronjs.org domain 2018-03-14 11:57:38 -07:00
CONTRIBUTING.md docs: Added Link/Reasons to join Discord Server (#4593) 2020-10-05 10:11:40 -07:00
LICENSE.md Omit year entirely 2016-09-19 17:18:02 -07:00
README.md docs: add README badges (#4590) 2020-10-02 15:24:12 -07:00
app.json add heroku app.json 2017-09-11 11:47:24 -07:00
cypress.json build: remove old cypress retry hack (#4413) 2020-08-23 01:43:50 +03:00
nodemon.json feat: use cmark-gfm for rendering blog posts (#2160) 2019-03-18 15:11:01 -07:00
package-lock.json build(deps): bump electron-apps from 1.8500.0 to 1.8501.0 2021-01-01 12:16:51 +00:00
package.json build(deps): bump electron-apps from 1.8500.0 to 1.8501.0 2021-01-01 12:16:51 +00:00
server.js chore: add quickstart redirect (#4728) 2020-11-05 13:17:34 -08:00

README.md

electronjs.org

Test Integration Test Electron Discord Invite

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