Electron website
Перейти к файлу
dependabot[bot] da79180d39
build(deps-dev): bump mocha from 8.3.2 to 9.0.0 (#5440)
Bumps [mocha](https://github.com/mochajs/mocha) from 8.3.2 to 9.0.0.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v8.3.2...v9.0.0)

---
updated-dependencies:
- dependency-name: mocha
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-07 13:09:32 -05:00
.github build(deps): bump actions/cache from 2.1.5 to 2.1.6 (#5424) 2021-06-02 14:17:22 -07:00
cypress chore: bump data packages (#5354) 2021-04-30 16:44:13 -07:00
data chore: master -> main 2021-06-03 12:52:45 -07:00
docs
lib chore: use SM direct embed code (#5217) 2021-03-11 13:33:08 -08:00
middleware chore: update to new content of `electron/i18n` (#5276) 2021-04-07 09:35:12 -07:00
public fix: more semantic HTML on Releases page (#5251) 2021-03-26 16:24:28 -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: migrate to docsearch (#5233) 2021-03-22 16:34: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 chore: master -> main 2021-06-03 12:52:45 -07: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 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
.stylelintrc.json
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE.md
README.md chore: master -> main 2021-06-03 12:52:45 -07: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-lock.json build(deps-dev): bump mocha from 8.3.2 to 9.0.0 (#5440) 2021-06-07 13:09:32 -05:00
package.json build(deps-dev): bump mocha from 8.3.2 to 9.0.0 (#5440) 2021-06-07 13:09:32 -05:00
server.js chore: add max-age header (#5228) 2021-03-15 15:26:19 -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