Lucien Cartier-Tilet 93a2c9b983
Some checks failed
Deploy website to alys.phundrak.com / build (push) Has been cancelled
docs: update status of LEORA
2025-02-17 12:34:12 +01:00
2025-02-17 12:34:12 +01:00
2024-03-09 17:36:44 +01:00
2024-06-27 07:58:08 +02:00
2024-03-09 17:36:44 +01:00
2024-03-10 10:38:41 +01:00
2024-03-09 17:36:44 +01:00
2024-06-27 07:58:23 +02:00
2024-06-28 06:15:05 +02:00

ALYS Vocal Libraries Website

Installing dependencies

To run the website, you will need the NPM package manager. You can either install it following your operating systems workflow, or you can enter a Nix shell using nix-shell at the root of this repository. If you run direnv allow . at the root of this repository, the Nix shell made for this project will be loaded automatically.

To install all dependencies, run the following command:

npm install

Running the website

To run the website in development mode, run the following command:

npm run dev

This will start the website at http://localhost:5173.

Building the website

To build the website, run the following command:

npm run build

You can view this release build by running the following command:

npm run preview

License

This website is licenced under the AGPL-3.0 license.

Description
Official website of ALYS
https://alys.phundrak.com
Readme 1.8 MiB
Languages
Shell 90.9%
Nix 9.1%