nix-hamburg.astro.nix/README.md

26 lines
1 KiB
Markdown
Raw Permalink Normal View History

2023-04-08 14:01:08 +02:00
# nix-hh.de - Website
2023-04-07 16:31:42 +02:00
2023-04-08 14:01:08 +02:00
[nix-hh.de](https://nix-hh.de/)
2023-04-07 16:31:42 +02:00
## 🧞 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
2023-04-07 22:32:14 +02:00
| Command | Action |
| :---------------- | :------------------------------------------ |
| `nix run .#serve` | Starts local dev server at `localhost:3001` |
| `nix build .#` | Build your Nix Package |