Official website of ALYS https://alys.phundrak.com
Go to file
Lucien Cartier-Tilet 885ea712d0
Deploy website to alys.phundrak.com / build (push) Successful in 27s Details
feat: remove last updated info on pages
2024-03-10 12:29:47 +01:00
.gitea/workflows ci: add CI file 2024-03-10 10:38:41 +01:00
docs feat: remove last updated info on pages 2024-03-10 12:29:47 +01:00
.dir-locals.el initial commit 2024-03-09 17:36:44 +01:00
.gitignore feat: add content to website (in French only for now) 2024-03-09 18:37:05 +01:00
.prettierrc.json initial commit 2024-03-09 17:36:44 +01:00
.yarnrc.yml feat: add content to website (in French only for now) 2024-03-09 18:37:05 +01:00
LICENSE.md initial commit 2024-03-09 17:36:44 +01:00
README.md initial commit 2024-03-09 17:36:44 +01:00
info.md ci: add CI file 2024-03-10 10:38:41 +01:00
package.json feat: add content to website (in French only for now) 2024-03-09 18:37:05 +01:00
shell.nix initial commit 2024-03-09 17:36:44 +01:00
yarn.lock feat: add content to website (in French only for now) 2024-03-09 18:37:05 +01:00

README.md

ALYS Vocal Libraries Website

Installing dependencies

To run the website, you will need corepacks yarn 4. You can enable it using yarn set version stable, or you can enter a Nix shell using nix-shell at the root of this repository.

To install all dependencies, run the following command:

yarn

Running the website

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

yarn dev

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

Building the website

To build the website, run the following command:

yarn build

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

yarn preview

License

This website is licenced under the AGPL-3.0 license.