/portfolio-code

✌️ Building my personal website with Astro, Tailwind CSS & Typescript.

Primary LanguageTypeScriptApache License 2.0Apache-2.0

Screenshot

Stack  ❖  Contributing  ❖  Deploy ↗︎

GitHub stars GitHub license Required Node.JS >=16.0.0

👋 Welcome

Personal website built with:

🚀 Contributing

  1. Clone the repository:
git@github.com:pheralb/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

📁 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.

📝 License