jacobdr / jacobdr.github.io

Person site / blog

Home Page:https://jacobdr.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jacobdr Github Home Page

Derived from Astro Nano

💻 Commands

All commands are run from the root of the project, from a terminal:

Replace npm with your package manager of choice. npm, pnpm, yarn, bun, etc

Command Action
npm install Installs dependencies
npm run dev Starts local dev server at localhost:4321
npm run dev:network Starts local dev server on local network
npm run sync Generates TypeScript types for all Astro modules.
npm run build Build your production site to ./dist/
npm run preview Preview your build locally, before deploying
npm run preview:network Preview build on local network
npm run astro ... Run CLI commands like astro add, astro check
npm run astro -- --help Get help using the Astro CLI
npm run lint Run ESLint
npm run lint:fix Auto-fix ESLint issues

🏛️ License

MIT

About

Person site / blog

https://jacobdr.github.io/

License:MIT License


Languages

Language:Astro 76.8%Language:TypeScript 12.9%Language:JavaScript 5.0%Language:CSS 4.9%Language:MDX 0.4%