A personal portfolio website developed by José L Silva.
npm install
npm run dev/
├── public/
│ └── favicon.svg
├── src/
│ ├── layouts/
│ │ └── Layout.astro
│ └── pages/
│ └── index.astro
└── package.json
- Framework: Astro
- Package Manager: Bun
- Language: JavaScript/TypeScript
| Command | Action |
|---|---|
npm install |
Install dependencies |
npm run dev |
Start the development server |
npm run build |
Build the project for production |
npm run preview |
Preview the production build locally |
npm run astro ... |
Run Astro CLI commands like astro add |