Overview:
The repository contains the code for the Electron website, built using Docusaurus, a modern static website generator. It includes information on how to contribute to translations, add new blog posts, and work on documentation locally.
Features:
- Built with Docusaurus: Modern static website generator for efficient site building.
- Node.js 20: Built using Node.js 20, can be managed with nvm for correct version.
- Local Development: Ability to modify documentation locally and preview changes before pushing.
Installation:
To install and work on the Electron website locally, follow these steps:
- Set the correct version of Node.js with nvm if needed.
- Install dependencies by running
yarn
. - To start the website in dev mode, run
yarn start
. - To build a production version of the website, run
yarn build
.
Summary:
The Electron website repository includes the code built using Docusaurus and Node.js 20. It provides instructions on how to contribute to translations, add blog posts, and locally modify documentation. Developers can easily set up a local version of the website for testing and development purposes.