Spidy123222 2beb251007
SteamOS 3 dev Build Environment (via DistroBox) (#133)
* Add SteamOS3 instructions

* Add rc file

* Add space

* Remove konsole notice

* Add libslirp
2023-07-22 23:51:43 -07:00
2023-03-14 13:44:00 -07:00
2021-06-14 03:14:24 -07:00
2020-04-16 04:08:39 -07:00
2023-01-17 15:41:55 -07:00
Fix
2023-01-19 15:21:28 -07:00
2020-04-16 04:08:39 -07:00
2021-06-14 03:45:39 -07:00
2023-01-17 15:39:54 -07:00
2023-01-17 15:39:54 -07:00
2023-01-19 02:16:43 -07:00

xemu-website

This repo contains the main website contents for the xemu original Xbox emulator with accompanying documentation and title information for compatibility reporting.

Build

To build, simply run rm -rf dist/ && DEV=1 ./build.sh from within the project root.

To serve the built site, run in the dist directory: python -m http.server.

Ubuntu

$ sudo apt install wget unzip git python3 pip
$ pip install -r requirements.txt

Windows

Follow the Ubuntu instructions above for WSL2 paired with Docker Desktop

Tips

Switch to development mode and update the main url to your local filesystem path within generate.py

develop_mode = True
main_url_base = '{YOUR LOCAL ABSOLUTE FILESYSTEM PATH GOES HERE}/xemu-website/dist'

Documentation is generated via MkDocs. The source files can be found within the \docs\docs folder and configured via \docs\mkdocs.yml

Description
xemu.app website sources
Readme 567 MiB
Languages
JavaScript 82.7%
SCSS 6.6%
Less 5.7%
CSS 3.4%
HTML 1.1%
Other 0.5%