A Nix development environment of my portfolio page based on Astro
Find a file
2024-02-29 17:00:09 +01:00
.forgejo/workflows upgraded astro config and packes to latest version 2023-10-31 16:42:59 +01:00
.vscode upgraded astro config and packes to latest version 2023-10-31 16:42:59 +01:00
nix upgraded astro config and packes to latest version 2023-10-31 16:42:59 +01:00
public updated astro nix env 2023-03-30 01:14:12 +02:00
src upgraded astro config and packes to latest version 2023-10-31 16:42:59 +01:00
.envrc upgraded astro config and packes to latest version 2023-10-31 16:42:59 +01:00
.eslintignore updated astro nix env 2023-03-30 01:14:12 +02:00
.eslintrc.js upgraded astro config and packes to latest version 2023-10-31 16:42:59 +01:00
.gitignore removed nix result folder 2023-03-30 01:22:48 +02:00
.prettierignore updated astro nix env 2023-03-30 01:14:12 +02:00
.prettierrc.mjs upgraded astro config and packes to latest version 2023-10-31 16:42:59 +01:00
.tool-versions updated astro nix env 2023-03-30 01:14:12 +02:00
astro-i18next.config.mjs upgraded astro config and packes to latest version 2023-10-31 16:42:59 +01:00
astro.config.mjs upgraded astro config and packes to latest version 2023-10-31 16:42:59 +01:00
flake.lock upgraded dream2nix config to build node packes 2023-10-31 16:35:30 +01:00
flake.nix upgraded dream2nix config to build node packes 2023-10-31 16:35:30 +01:00
package-lock.json updated packages and added lockfile 2024-02-29 17:00:09 +01:00
package.json updated packages and added lockfile 2024-02-29 17:00:09 +01:00
README.md updated astro nix env 2023-03-30 01:14:12 +02:00
tailwind.config.cjs upgraded astro config and packes to latest version 2023-10-31 16:42:59 +01:00
tsconfig.json upgraded astro config and packes to latest version 2023-10-31 16:42:59 +01:00
vite.config.js updated astro nix env 2023-03-30 01:14:12 +02:00
yarn.lock upgraded astro config and packes to latest version 2023-10-31 16:42:59 +01: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