Find a file
2024-05-17 15:05:21 +02:00
.gitea/workflows fixed action build 2023-04-15 10:38:36 +02:00
.vscode added astro 2023-04-07 16:32:36 +02:00
nix added yarnNix to prevent idf when called on hydraJobs 2024-05-17 15:04:22 +02:00
public changed to source alias 2023-04-07 22:32:14 +02:00
src updated domains 2024-04-23 18:23:21 +02:00
.envrc upgrade to latest astro and cleanup of unused pages 2023-09-23 16:18:44 +02:00
.eslintignore added astro 2023-04-07 16:32:36 +02:00
.eslintrc.cjs fixed typo 2023-04-24 17:31:15 +02:00
.gitignore added astro 2023-04-07 16:32:36 +02:00
.npmrc added astro 2023-04-07 16:32:36 +02:00
.prettierignore added astro 2023-04-07 16:32:36 +02:00
.prettierrc added astro 2023-04-07 16:32:36 +02:00
.prettierrc.cjs added astro 2023-04-07 16:32:36 +02:00
astro.config.mjs upgrade to latest astro and cleanup of unused pages 2023-09-23 16:18:44 +02:00
default.nix added yarnNix to prevent idf when called on hydraJobs 2024-05-17 15:04:22 +02:00
flake.lock added yarnNix to prevent idf when called on hydraJobs 2024-05-17 15:04:22 +02:00
flake.nix added yarnNix to prevent idf when called on hydraJobs 2024-05-17 15:04:22 +02:00
garnix.yaml added astro 2023-04-07 16:32:36 +02:00
package.json bumpt version and added astro testing 2024-05-17 15:05:21 +02:00
README.md renamed 2023-04-08 14:01:08 +02:00
tailwind.config.cjs added astro 2023-04-07 16:32:36 +02:00
tsconfig.json upgrade to latest astro and cleanup of unused pages 2023-09-23 16:18:44 +02:00
vite.config.js changed to source alias 2023-04-07 22:32:14 +02:00
yarn.lock bumpt version and added astro testing 2024-05-17 15:05:21 +02:00

nix-hh.de - Website

nix-hh.de

🧞 Commands

All commands are run from the root of the project, from a terminal:

Node

Command Action
yarn install Installs dependencies
yarn dev Starts local dev server at localhost:3001
yarn build Build your production site to ./dist/
yarn preview Preview your build locally, before deploying
yarn astro ... Run CLI commands like astro add, astro check
yarn astro --help Get help using the Astro CLI

Nix

Command Action
nix run .#serve Starts local dev server at localhost:3001
nix build .# Build your Nix Package