1
Fork 0
Holllo's website. https://holllo.org
Go to file
Bauke fab90555dd
Move the pnpm scripts to cargo-make tasks.
2024-01-17 12:21:43 +01:00
source Switch to shareable configs and fix linting issues. 2024-01-17 12:13:01 +01:00
.envrc Minify gitignore and add Nix flake and direnv setup. 2024-01-17 12:17:52 +01:00
.gitignore Minify gitignore and add Nix flake and direnv setup. 2024-01-17 12:17:52 +01:00
LICENSE Add readme and license files. 2022-09-26 21:46:33 +02:00
Makefile.toml Move the pnpm scripts to cargo-make tasks. 2024-01-17 12:21:43 +01:00
README.md Add readme and license files. 2022-09-26 21:46:33 +02:00
flake.lock Minify gitignore and add Nix flake and direnv setup. 2024-01-17 12:17:52 +01:00
flake.nix Minify gitignore and add Nix flake and direnv setup. 2024-01-17 12:17:52 +01:00
package.json Move the pnpm scripts to cargo-make tasks. 2024-01-17 12:21:43 +01:00
pnpm-lock.yaml Add trash-cli. 2024-01-17 12:20:15 +01:00
shell.nix Minify gitignore and add Nix flake and direnv setup. 2024-01-17 12:17:52 +01:00
tsconfig.json Initial commit! 🎉 2022-03-27 23:21:21 +02:00
vite.config.ts Switch to shareable configs and fix linting issues. 2024-01-17 12:13:01 +01:00

README.md

Holllo.org 🌠

Holllo's website.

Development

Requires working installations of NodeJS and pnpm.

  • Install the dependencies with pnpm install.
  • Build the website with pnpm start.
  • Deploy to Netlify with pnpm run deploy.
  • Test the code with pnpm test.

License

Distributed under the AGPL-3.0-or-later license, see LICENSE for more information.