We recommend using the following extensions for Visual Studio Code:
- Clone the repository:
https://github.com/cadelbarre/portafolio.git
- Install dependencies:
npm install
# or
yarn install
# or
pnpm install
- Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
Open up http://localhost:3000 to view the website 🚀.
📁 Folder structure:
└── 📁 public
└── 📁 assets
└── 📁 images
└── 📁 photography
└── 📁 projects
└── 📁 svg
└── favicon.svg
└── 📁 fonts
└── 📁 pdfs
└── 📁 src
└── env.d.ts
└── 📁 features
└── 📁 home
└── experiencies.astro
└── footer-action.astro
└── footer-social.astro
└── footer.astro
└── hero-buttons.astro
└── hero.astro
└── project-article.astro
└── projects.astro
└── what-i-do.astro
└── 📁 pages
└── 404.astro
└── index.astro
⚙ Commands:
Command | Action |
---|---|
dev |
Starts local dev server at localhost:3000 . |
build |
Build site to ./dist/ . |
preview |
Preview your build locally, before deploying. |
astro ... |
Run Astro CLI commands like astro add , astro check . |
astro --help |
Get help using the Astro CLI. |
format |
Format code with Prettier. |