Electron website
Перейти к файлу
Antón Molleda 9e4cb8ad4f
chore: hash images (#5219)
* chore: hash images

* Apply suggestions from code review

Co-authored-by: Samuel Attard <samuel.r.attard@gmail.com>

* Use posix separator so globby works

* Fixing precompile on Windows

Co-authored-by: Samuel Attard <samuel.r.attard@gmail.com>
Co-authored-by: Erick Zhao <erick@hotmail.ca>
2021-03-15 15:10:16 -07:00
.github feat: survey monkey github action (#5188) 2021-03-03 19:31:46 -08:00
cypress chore: hash images (#5219) 2021-03-15 15:10:16 -07:00
data docs: fix link to web-contents doc (#5194) 2021-03-03 14:28:48 -08:00
docs
lib chore: use SM direct embed code (#5217) 2021-03-11 13:33:08 -08:00
middleware chore: use SM direct embed code (#5217) 2021-03-11 13:33:08 -08:00
public chore: remove 'featured companies' code and assets (#5134) 2021-02-26 13:51:26 -08:00
routes chore: remove 'featured companies' code and assets (#5134) 2021-02-26 13:51:26 -08:00
script chore: hash images (#5219) 2021-03-15 15:10:16 -07:00
scripts chore: hash images (#5219) 2021-03-15 15:10:16 -07:00
templates chore: hash images (#5219) 2021-03-15 15:10:16 -07:00
test feat: table of contents on documentation (#5108) 2021-02-09 09:52:58 -08:00
views chore: hash images (#5219) 2021-03-15 15:10:16 -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
.gitignore feat: HaTS survey (#5153) 2021-03-03 10:14:55 -08:00
.nvmrc
.prettierrc
.stylelintrc.json
CODE_OF_CONDUCT.md
CONTRIBUTING.md docs: Added Link/Reasons to join Discord Server (#4593) 2020-10-05 10:11:40 -07:00
LICENSE.md
README.md docs: add README badges (#4590) 2020-10-02 15:24:12 -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 webpack-manifest-plugin from 3.0.0 to 3.1.0 (#5223) 2021-03-15 10:46:13 -07:00
package.json chore: hash images (#5219) 2021-03-15 15:10:16 -07:00
server.js chore: hash images (#5219) 2021-03-15 15:10:16 -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