Electron website
Перейти к файлу
HashimotoYT a02e751a62 update 2020-08-28 03:40:42 +03:00
.github/workflows ci: use Actions for CI (#3536) 2020-02-22 01:14:57 +02:00
cypress Merge branch 'master' into remove-bower-styles 2020-08-28 03:37:55 +03:00
data chore: Electron 10 blog post (#4387) 2020-08-25 12:23:13 -07:00
docs docs: add doc for ci statuses (#3843) 2020-04-15 13:28:17 +03:00
lib chore: update deprecated options in electron-markdown (#4115) 2020-06-27 02:03:16 +03:00
middleware chore: switch from process.env.HOST to generic getting of hostname (#4264) 2020-07-23 01:44:18 +03:00
public update 2020-08-28 03:40:42 +03:00
routes chore: fix the path to screenshot on apps show page (#4256) 2020-07-23 02:31:50 +03:00
script chore: switch from standard to eslint + prettier (#3932) 2020-06-04 00:54:45 +03:00
scripts Merge branch 'master' into remove-bower-styles 2020-08-28 03:37:55 +03:00
templates refactor: rename `.html` to `.hbs` (#4222) 2020-07-14 04:19:13 +03:00
test Merge branch 'master' into remove-bower-styles 2020-08-28 03:37:55 +03:00
views Merge branch 'master' into remove-bower-styles 2020-08-28 03:37:55 +03:00
.eslintrc.js refactor: rename `.html` to `.hbs` (#4222) 2020-07-14 04:19:13 +03:00
.gitattributes
.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 feat: add ability to use ga events for analytics (#3939) 2020-08-26 02:03:21 +03:00
LICENSE.md
README.md chore: remove service worker (#1651) 2018-12-19 13:06:03 -08:00
app.json
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-releases from 3.496.0 to 3.497.0 2020-08-27 20:13:10 +00:00
package.json Merge branch 'master' into remove-bower-styles 2020-08-28 03:37:55 +03:00
server.js build(deps): bump helmet from 3.23.3 to 4.1.0 (#4379) 2020-08-18 04:57:27 +03:00

README.md

electronjs.org

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