A Nix development environment of my portfolio page based on Astro
Find a file
2024-03-10 12:32:52 +01:00
.forgejo/workflows upgraded astro config and packes to latest version 2023-10-31 16:42:59 +01:00
.vscode set vscodium to use local typescript sdk 2024-03-09 18:59:22 +01:00
nix update node dependency 2024-03-10 12:32:52 +01:00
public moved images to src folder 2024-03-10 03:00:35 +01:00
src added phone number to the footer 2024-03-10 03:16:02 +01:00
.envrc set node development build envirnment 2024-03-09 12:27:22 +01:00
.gitignore fixed astro check directories 2024-03-04 18:18:43 +01:00
astro.config.mjs updated development environment configuration 2024-03-05 21:51:47 +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 update node dependency 2024-03-10 12:32:52 +01:00
README.md Simplified startup project 2024-03-03 13:45:20 +01:00
tailwind.config.ts replace colors and fonts with variables 2024-03-10 02:59:20 +01:00
tsconfig.json enabled json import types 2024-03-09 12:35:47 +01:00
yarn.lock update node dependency 2024-03-10 12:32:52 +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