Skip to content

Coool/amule-org.github.io-lv

 
 

Repository files navigation

aMule Project Website

Source for the aMule project website at https://amule-org.github.io.

The site is built with Docusaurus and is internationalized (i18n).

Requirements

Node.js 24 or later and npm.

Working locally

Install dependencies:

npm install

Start the development server at http://localhost:3000 with live reload (English):

npm run start

Build the complete site into build/ and serve it at http://localhost:3000:

npm run build
npm run serve

Use npm run build + npm run serve to preview the full production site with all languages and the local search index. npm run start (dev server) is faster for component development but does not include the search index.

Contributing

The full contributor documentation lives on the site itself:

  • Documentation guide — repository structure, adding and editing pages, images, and the pull request workflow.
  • Translations guide — translating the application interface, the man pages, and the documentation website.
  • Contributing — all the ways to help the project.

Translations

The website translations live in this repository and can be edited either by opening a pull request — see the Translations guide — or through Weblate, a translation tool that stays in sync with git — see the Weblate guide.

Useful links

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 76.6%
  • CSS 18.8%
  • JavaScript 4.6%