Official website of ALYS https://alys.phundrak.com
Go to file
Lucien Cartier-Tilet e3f21a252b
All checks were successful
Deploy website to alys.phundrak.com / build (push) Successful in 19s
feat: Add link to other language in navbar
2024-06-28 06:07:33 +02:00
.gitea/workflows chore: switch from yarn to npm 2024-06-27 07:56:08 +02:00
docs feat: Add link to other language in navbar 2024-06-28 06:07:33 +02:00
misc chore: add onboarding experience when entering the Nix shell 2024-06-27 07:57:36 +02:00
.dir-locals.el initial commit 2024-03-09 17:36:44 +01:00
.editorconfig chore: add editorconfig file 2024-06-27 07:58:08 +02:00
.envrc chore: autoload Nix shell with direnv when entering the directory 2024-06-27 07:56:54 +02:00
.eslintrc.cjs chore: add linting and formatting 2024-06-27 07:58:23 +02: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
info.md ci: add CI file 2024-03-10 10:38:41 +01:00
LICENSE.md initial commit 2024-03-09 17:36:44 +01:00
package-lock.json chore: add linting and formatting 2024-06-27 07:58:23 +02:00
package.json chore: add linting and formatting 2024-06-27 07:58:23 +02:00
README.md initial commit 2024-03-09 17:36:44 +01:00
shell.nix chore: add onboarding experience when entering the Nix shell 2024-06-27 07:57:36 +02:00

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.