Skip to content

kichikuou/xsystem4-web

Repository files navigation

XSystem4 for Web

This is the source code for the XSystem4 Web Installer website.

Building the site

To build the site, you will need to have the following software installed:

First, clone the repository and install the dependencies:

git clone --recurse-submodules https://github.com/kichikuou/xsystem4-web.git
cd xsystem4-web
npm install

Then, build the site:

npm run build

The built site will be in the dist directory. You can serve the site locally using the serve command:

npm run serve

Running a game without installing

On desktop environments, you can run a game without installing it, by opening <server-address>/play.html and dropping the game folder onto the page.

License

The source code in this repository is licensed under the MIT License.

xsystem4 is licensed under GPL 2.0.

This site also uses the following open-source software: