Personal website built with:
- Astro v2 + Typescript - Build faster websites.
- Tailwind CSS - A utility-first CSS framework for rapidly building custom designs.
- React 18 - Use React components.
- Iconoir v6 with React-Symbols - Beautifully crafted SVG icons.
- Clone the repository:
git@github.com:pheralb/website.git- Install dependencies:
npm install
# or
yarn install
# or
pnpm install
# or
ultra install- Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
ultra dev📁 Folder structure:
[] .github - Funding file.
[] .vscode - Extensions, config & launch options for vscode.
[] public - Static files.
[] src - Source code.
Open up http://localhost:3000, make your magic and create a pull request.