Electron website
Перейти к файлу
dependabot-preview[bot] 894cb091c7
Merge pull request #5005 from electron/dependabot/npm_and_yarn/electron-apps-1.8507.0
2021-01-04 12:23:35 +00:00
.github/workflows
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
.gitignore
.nvmrc
.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
CONTRIBUTING.md docs: Added Link/Reasons to join Discord Server (#4593) 2020-10-05 10:11:40 -07:00
LICENSE.md
README.md docs: add README badges (#4590) 2020-10-02 15:24:12 -07:00
app.json
cypress.json build: remove old cypress retry hack (#4413) 2020-08-23 01:43:50 +03:00
nodemon.json
package-lock.json build(deps): bump electron-apps from 1.8506.0 to 1.8507.0 2021-01-04 12:21:15 +00:00
package.json build(deps): bump electron-apps from 1.8506.0 to 1.8507.0 2021-01-04 12:21:15 +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