A Nix development environment of my portfolio page based on Astro
Find a file
Sebastian Wendel 48b1981e0f
updated action
2023-03-30 01:37:54 +02:00
.gitea/workflows updated action 2023-03-30 01:37:54 +02:00
.vscode updated astro nix env 2023-03-30 01:14:12 +02:00
nix updated astro nix env 2023-03-30 01:14:12 +02:00
public updated astro nix env 2023-03-30 01:14:12 +02:00
src updated astro nix env 2023-03-30 01:14:12 +02:00
.envrc updated astro nix env 2023-03-30 01:14:12 +02:00
.eslintignore updated astro nix env 2023-03-30 01:14:12 +02:00
.eslintrc.js updated astro nix env 2023-03-30 01:14:12 +02:00
.gitignore removed nix result folder 2023-03-30 01:22:48 +02:00
.npmrc updated astro nix env 2023-03-30 01:14:12 +02:00
.prettierignore updated astro nix env 2023-03-30 01:14:12 +02:00
.prettierrc.cjs updated astro nix env 2023-03-30 01:14:12 +02:00
.tool-versions updated astro nix env 2023-03-30 01:14:12 +02:00
astro.config.mjs updated astro nix env 2023-03-30 01:14:12 +02:00
flake.lock updated astro nix env 2023-03-30 01:14:12 +02:00
flake.nix updated astro nix env 2023-03-30 01:14:12 +02:00
garnix.yaml updated astro nix env 2023-03-30 01:14:12 +02:00
package.json updated astro nix env 2023-03-30 01:14:12 +02:00
README.md updated astro nix env 2023-03-30 01:14:12 +02:00
renovate.json updated astro nix env 2023-03-30 01:14:12 +02:00
tailwind.config.cjs updated astro nix env 2023-03-30 01:14:12 +02:00
tsconfig.json updated astro nix env 2023-03-30 01:14:12 +02:00
vite.config.js updated astro nix env 2023-03-30 01:14:12 +02:00
yarn.lock updated astro nix env 2023-03-30 01:14:12 +02:00

srx.dev: Portfolio Sebastian Wendel

srx.dev

🧞 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_dev Build your Nix Package