commit ac596a15a5e6aeae2f59948e9973a4e16e9fe4fe Author: Sebastian Wendel Date: Fri Apr 7 16:31:42 2023 +0200 first commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..08149d1 --- /dev/null +++ b/README.md @@ -0,0 +1,25 @@ +# nixos.hamburg - Website + +[nixos.hamburg](https://nixos.hamburg/) + +## 🧞 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 .#nixos_hamburg` | Build your Nix Package |