Electron website
Перейти к файлу
Erick Zhao db2f4d3ef2
fix: replace stale discord links (#5897)
2022-02-07 09:17:19 -08:00
.github build(deps): bump actions/setup-node from 2.4.0 to 2.4.1 (#5676) 2021-10-04 12:38:33 -05:00
cypress chore: remove spectron page (#5745) 2021-11-15 11:17:22 -08:00
data fix: discord link (#5851) 2022-01-18 10:03:20 -08:00
docs fix: Correction of the word infrastructure (#5808) 2022-01-04 12:56:47 -08:00
lib chore: deprecate blog routes 2021-09-14 11:01:49 -07:00
middleware chore: update to new content of `electron/i18n` (#5276) 2021-04-07 09:35:12 -07:00
public chore: remove spectron page (#5745) 2021-11-15 11:17:22 -08:00
routes chore: remove spectron page (#5745) 2021-11-15 11:17:22 -08:00
script build(deps): update electron data packages (#5536) 2021-08-03 13:27:57 -07:00
scripts build(deps): update electron data packages (#5536) 2021-08-03 13:27:57 -07:00
templates chore: hash images (#5219) 2021-03-15 15:10:16 -07:00
test chore: remove spectron page (#5745) 2021-11-15 11:17:22 -08:00
views fix: replace stale discord links (#5897) 2022-02-07 09:17:19 -08:00
.babelrc
.eslintrc.js build(deps-dev): bump eslint-config-prettier from 7.2.0 to 8.1.0 (#5170) 2021-02-25 18:15:19 -08:00
.gitattributes
.gitignore build: switch to yarn and update some dependencies (#5568) 2021-07-30 14:48:28 -07:00
.nvmrc build: use node 14 2021-03-30 12:30:05 -07:00
.prettierrc
.stylelintrc.json
CODE_OF_CONDUCT.md
CONTRIBUTING.md chore: update discord invite (#5778) 2021-11-29 16:44:37 -08:00
LICENSE.md
README.md chore: update discord invite (#5778) 2021-11-29 16:44:37 -08:00
app.json
cypress.json
nodemon.json fix: Restrict nodemon from restarting server if tests are changed (#5196) 2021-03-05 10:45:29 -08:00
package.json build(deps): bump electron-apps from 1.9159.0 to 1.9167.0 (#5893) 2022-02-07 10:35:49 -06:00
server.js fix: replace stale discord links (#5897) 2022-02-07 09:17:19 -08:00
webpack.common.js build: use hashed assets for CSS and JS in prod (#5190) 2021-03-04 14:47:18 -08:00
yarn.lock build(deps): bump electron-apps from 1.9159.0 to 1.9167.0 (#5893) 2022-02-07 10:35:49 -06: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
yarn
yarn 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