Skip to content

Estebanbss/website

Repository files navigation

⚙ Stack

  • Astro + Typescript - Build the web you want.
  • Tailwind CSS - A utility-first CSS framework for rapidly building custom designs.
  • Iconify/json - These icons can be used with many tools, plugins and components. They can also be exported as individual SVG files.

🚀 Getting Started

We recommend using the following extensions for Visual Studio Code:

  1. Clone the repository:
git@github.com:estebanbss/website.git
  1. Install dependencies:
npm install
# or
yarn install
# or
pnpm install
# or
ultra install
  1. Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
ultra dev

Open up http://localhost:4321 to view the website 🚀.

📁 Folder structure:

[] .github - Funding file.
[] .vscode - Extensions, config & launch options for VSCode.
[] public - Static files.
[] src - Astro source code.

⚙ Commands:

Command Action
dev Starts local dev server at localhost:4321.
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.

🌱 Shortcuts

  • estebanbss.dev/cv - Spanish Curriculum Vitae
  • estebanbss.dev/en/cv - English Curriculum Vitae
  • estebanbss.dev/ln - LinkedIn.
  • estebanbss.dev/gh - Github profile.
  • estebanbss.dev/git - Github website repository.

☁ Deploy

I am using Firebase for deployment: