RedDevilus dcb2ca9207 DownloadButton: Fix stable AppImage not showing (#256)
Linux didn't show what type it was (debian, snap, AppImage) when it is an AppImage for now. In future nightly will change 1.6 into a stable release.
2023-09-14 21:35:42 +02:00
2023-02-06 22:19:42 +01:00
2023-02-06 22:19:42 +01:00
2022-01-19 02:39:59 -05:00
2023-02-06 22:19:42 +01:00

PCSX2 Website

The main PCSX2 website is a statically generated website, leveraging Docusaurus.

Setup

Windows

Setup Scoop as per instructions at https://scoop.sh/.

Open Powershell and install the following.

scoop install git nodejs
npm install --global yarn

Navigate to your local git repository for the site and use the below to start the server.

To start the server you will need to be in your Github repository that contains the package.json.

yarn start # alternatively, you can use `npm run start`

Browse to http://localhost:8080/

Linux

TODO - but very similar just using your package manager of choice

Developing

  • The docusaurus documentation is very useful and has plenty of examples https://docusaurus.io/docs
  • Docusaurus uses React and JSX, seek out related resources for those if editing the frontend code

Making a new Article

Run the following to setup the boilerplate for a new article:

yarn new-article

The article will go into /blog/<year>/<title>

You should add an image to serve as a preview (if appropriate) by using the image: frontmatter field, for example:

---
title: ...
---
image: ./img/my-cool-thumbnail.webp
---

Caveats if Migrating a Legacy Article

  • When running the command above, you should provide an alias that matches the relative URL from the old website. This will prevent legacy links from becoming dead. See existing articles that have been migrated for an example.

Builtin Component Documentation

See the following article

Description
⚠️ ARCHIVED: Original GitHub repository no longer exists. Preserved as backup on 2026-01-31T05:27:34.453Z
Readme MIT 254 MiB
Languages
MDX 83.6%
JavaScript 14.5%
CSS 1.2%
Python 0.7%