This is the source of xypnox.com
- Redone in astro
- Now comes with blag Previously it was maintained as a separate zola built blog but has now been integrated into the astro site.
- Has some design stuff too!
All commands are run from the root of the project, from a terminal:
Command | Action |
---|---|
pnpm install |
Installs dependencies |
pnpm dev |
Starts local dev server at localhost:3000 |
pnpm build |
Build your production site to ./dist/ |
pnpm preview |
Preview your build locally, before deploying |
pnpm run astro ... |
Run CLI commands like astro add , astro check |
pnpm run astro -- --help |
Get help using the Astro CLI |
css variables
We have a postcss check that throws warnings when a css variable is encountered that has either not been declared in the style tag or is not present in the global theme variables. The check script does not reload on theme.ts changes. You can runpnpm run convert
independently to recreate thecssVariables.json
file to check the variables correctly.
- solid-js For interactions in cover and logos
Some parts of the code are artifacts that were initially prototyped but later removed from the final version. Start with the pages directory to see what was used and how.