alys.phundrak.com/README.md
Lucien Cartier-Tilet 2b00f590c3
All checks were successful
Deploy website to alys.phundrak.com / build (push) Successful in 20s
docs(README): Update README
2024-06-28 06:15:05 +02:00

38 lines
950 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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:
```sh
npm install
```
## Running the website
To run the website in development mode, run the following command:
```sh
npm run dev
```
This will start the website at <http://localhost:5173>.
## Building the website
To build the website, run the following command:
```sh
npm run build
```
You can view this release build by running the following command:
```sh
npm run preview
```
# License
This website is licenced under the
[`AGPL-3.0`](https://www.gnu.org/licenses/agpl-3.0.en.html) license.