Electron website
Перейти к файлу
Shelley Vohr 89a3a22d36
fix: persist cookie for language choice (#2395)
Fixes #2394.

Adds back a max cookie age so that the language choice isn't forgotten after browser is closed and reopened.
2019-04-04 16:36:09 -07:00
cypress feat: update languages page to `@primer/css` (#2356) 2019-04-04 22:53:20 +03:00
data docs(blog): add from-native-to-js (#2314) 2019-04-03 13:34:46 -07:00
lib feat: use cmark-gfm for rendering blog posts (#2160) 2019-03-18 15:11:01 -07:00
middleware feat: use cmark-gfm for rendering blog posts (#2160) 2019-03-18 15:11:01 -07:00
public feat: update footer to `@primer/css` (#2373) 2019-04-04 22:37:10 +03:00
routes feat: use cmark-gfm for rendering blog posts (#2160) 2019-03-18 15:11:01 -07:00
script chore: use 'compressed' output style for CSS (#2163) 2019-02-19 10:39:46 +00:00
scripts feat: create Governance landing page (#2277) 2019-03-18 13:49:00 -07:00
templates
test feat: Add link to security document (#2324) 2019-03-21 09:33:57 -07:00
views feat: 🙈 remove container-narrow from languages page (#2398) 2019-04-05 00:04:29 +03:00
.gitattributes
.gitignore test: add more tests (#2178) 2019-03-05 17:06:44 +02:00
.nvmrc feat: use cmark-gfm for rendering blog posts (#2160) 2019-03-18 15:11:01 -07:00
.travis.yml
CODE_OF_CONDUCT.md
CONTRIBUTING.md docs: add notes on deployment and preboot (#2083) 2019-02-08 13:17:23 -08:00
LICENSE.md
README.md
app.json
cypress.json
electron-api.json
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-i18n from 1.1268.0 to 1.1269.0 2019-04-04 21:30:39 +00:00
package.json build(deps): bump electron-i18n from 1.1268.0 to 1.1269.0 2019-04-04 21:30:39 +00:00
server.js fix: persist cookie for language choice (#2395) 2019-04-04 16:36:09 -07: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