|
1 |
| -# electronjs.org |
| 1 | +# electronjs.org-old |
2 | 2 |
|
3 |
| - |
4 |
| - |
5 |
| -[](https://discord.com/invite/APGC3k5yaH) |
6 |
| - |
7 |
| -This is the source code for the Electron website at |
8 |
| -[electronjs.org](https://electronjs.org). |
9 |
| - |
10 |
| -## Code of Conduct |
11 |
| - |
12 |
| -Electron is an open source project with a global contributor community. |
13 |
| -We want everyone to feel safe in our community, and we welcome participation |
14 |
| -from people of all backgrounds, regardless of experience level, age, gender |
15 |
| -identity, race, religion, or nationality. |
16 |
| - |
17 |
| -All participants are expected to uphold the [Code of Conduct](CODE_OF_CONDUCT.md). |
18 |
| - |
19 |
| -## Contributing |
20 |
| - |
21 |
| -Writing code is great, but there are many other ways to make meaningful |
22 |
| -contributions to the project: |
23 |
| - |
24 |
| -- [Translate docs and website content](https://github.com/electron/electron-i18n) |
25 |
| -- [Improve Electron tutorials](https://github.com/electron/electron/tree/main/docs) |
26 |
| -- [Improve Electron API docs](https://github.com/electron/electron/tree/main/docs/api) |
27 |
| -- [Add Electron apps to the site](https://github.com/electron/electron-apps#adding-your-app) |
28 |
| - |
29 |
| -If you just want to get the site up and running locally, here's the TLDR: |
30 |
| - |
31 |
| -``` |
32 |
| -git clone https://github.com/electron/electronjs.org |
33 |
| -cd electronjs.org |
34 |
| -yarn |
35 |
| -yarn dev |
36 |
| -``` |
37 |
| - |
38 |
| -For more info about how this site works and how to contribute, see |
39 |
| -[CONTRIBUTING.md](CONTRIBUTING.md), or jump straight to a specific topic below: |
40 |
| - |
41 |
| -- [Issues and Pull Requests](CONTRIBUTING.md#issues-and-pull-requests) |
42 |
| -- [Heroku Review Apps](CONTRIBUTING.md#heroku-review-apps) |
43 |
| -- [Running the Site](CONTRIBUTING.md#running-the-site) |
44 |
| -- [Editing Content](CONTRIBUTING.md#content) |
45 |
| - - [Documentation](CONTRIBUTING.md#documentation) |
46 |
| - - [Apps](CONTRIBUTING.md#apps) |
47 |
| - - [Blog](CONTRIBUTING.md#blog) |
48 |
| - - [Localized Strings](CONTRIBUTING.md#localized-strings) |
49 |
| - - [Translations](CONTRIBUTING.md#translations) |
50 |
| -- [Routes](CONTRIBUTING.md#routes) |
51 |
| -- [Middleware](CONTRIBUTING.md#middleware) |
52 |
| -- [Views](CONTRIBUTING.md#views) |
53 |
| -- [Context](CONTRIBUTING.md#context) |
54 |
| -- [Styles](CONTRIBUTING.md#styles) |
55 |
| -- [Frontend JavaScript](CONTRIBUTING.md#frontend-javascript) |
56 |
| -- [Scripts](CONTRIBUTING.md#scripts) |
57 |
| -- [Environment Variables](CONTRIBUTING.md#environment-variables) |
| 3 | +> **Warning** |
| 4 | +> |
| 5 | +> This repository hosts an old version of Electron's website. For the source code of the current website, see the [`electron/website`](https://github.com/electron/website) repository. |
58 | 6 |
|
59 | 7 | ## License
|
60 | 8 |
|
|
0 commit comments