Electron website
Перейти к файлу
Antón Molleda 3a5f5cad88 feat: point to /docs/latest when locale is en-US 2021-07-22 22:18:22 -07:00
.github build(deps): bump actions/setup-node from 2.1.5 to 2.2.0 (#5514) 2021-07-13 15:09:20 -05:00
cypress feat: point to /docs/latest when locale is en-US 2021-07-22 22:18:22 -07:00
data docs: fix broken link in WebView2 blog 2021-07-22 21:28:48 -07:00
docs docs: add doc for ci statuses (#3843) 2020-04-15 13:28:17 +03:00
lib chore: remove `electron-api-demos` from homepage (#5479) 2021-06-28 12:27:42 -07:00
middleware chore: update to new content of `electron/i18n` (#5276) 2021-04-07 09:35:12 -07:00
public docs: Electron and WebView2 Blog Post (#5528) 2021-07-22 15:33:02 -07:00
routes chore: master -> main 2021-06-03 12:52:45 -07:00
script chore: hash images (#5219) 2021-03-15 15:10:16 -07:00
scripts chore: clean up no-select and use in more code blocks on the home page 2021-06-28 14:38:01 -07:00
templates chore: hash images (#5219) 2021-03-15 15:10:16 -07:00
test chore: master -> main 2021-06-03 12:52:45 -07:00
views feat: point to /docs/latest when locale is en-US 2021-07-22 22:18:22 -07:00
.babelrc refactor: migrate from browserify to webpack (#4764) 2021-01-08 11:36:33 -08:00
.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 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 feat: HaTS survey (#5153) 2021-03-03 10:14:55 -08:00
.nvmrc build: use node 14 2021-03-30 12:30:05 -07: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 chore: master -> main 2021-06-03 12:52:45 -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 fix: Restrict nodemon from restarting server if tests are changed (#5196) 2021-03-05 10:45:29 -08:00
package-lock.json build(deps): bump electron-releases from 3.728.0 to 3.733.0 (#5546) 2021-07-20 08:25:53 -05:00
package.json build(deps): bump electron-releases from 3.728.0 to 3.733.0 (#5546) 2021-07-20 08:25:53 -05:00
server.js feat: add correct link to article in new site 2021-07-22 22:18:22 -07:00
webpack.common.js build: use hashed assets for CSS and JS in prod (#5190) 2021-03-04 14:47:18 -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