A Nix development environment of my portfolio page based on Astro
Find a file
2024-03-04 18:17:57 +01:00
.forgejo/workflows upgraded astro config and packes to latest version 2023-10-31 16:42:59 +01:00
.vscode Simplified startup project 2024-03-03 13:45:20 +01:00
nix replaced static package name by variable 2024-03-04 18:10:57 +01:00
public added custom srx favicon 2024-03-04 17:48:54 +01:00
src added vite svgr support 2024-03-04 18:17:57 +01:00
.envrc Simplified startup project 2024-03-03 13:45:20 +01:00
.gitignore Simplified startup project 2024-03-03 13:45:20 +01:00
astro.config.mjs added vite svgr support 2024-03-04 18:00:44 +01:00
flake.lock Simplified startup project 2024-03-03 13:45:20 +01:00
flake.nix Simplified startup project 2024-03-03 13:45:20 +01:00
package.json added font and icon dependencies 2024-03-04 18:12:20 +01:00
README.md Simplified startup project 2024-03-03 13:45:20 +01:00
tailwind.config.mjs Simplified startup project 2024-03-03 13:45:20 +01:00
tsconfig.json Simplified startup project 2024-03-03 13:45:20 +01:00
yarn.lock added font and icon dependencies 2024-03-04 18:12:20 +01:00

srx.digital: Portfolio Sebastian Wendel

srx.digital

🧞 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 .#srx-digital Build your Nix Package