Skip to content

Open source web portfolio, inspired by Warp Terminal. Made with Astro 5.

Notifications You must be signed in to change notification settings

MarcosKlender/WarpPortfolio

Repository files navigation

Astro

Available at

WarpPortfolio

Astro TailwindCSS JavaScript Netlify

Open source web portfolio, inspired by Warp Terminal. Made with Astro 5.

WarpPortfolio Screenshot

Table of Contents

  1. About The Project
  2. Getting Started
  3. Contributing
  4. License

About The Project

Important

I'm glad to announce that this project is available on Astro Themes! 🚀

WarpPortfolio is a web portfolio inspired by Warp Terminal. Built with Astro and Tailwind CSS, this project aims to provide a sleek and modern portfolio template.

It also supports internationalization (i18n), making it accessible to a global audience! 🌎

Whether you're a developer looking to showcase your projects or a designer wanting a clean and modern portfolio, WarpPortfolio offers a solid foundation to build upon.

Back to top ⬆️

Getting Started

Prerequisites

  • Node.js -> v18.17.1 or v20.3.0, v22.0.0 or higher. (v19 and v21 are not supported)
  • Visual Studio Code -> with the Official Astro Extension.

Personally I prefer using pnpm instead npm and to install it you can use:

npm install -g pnpm

Back to top ⬆️

Installation

  1. Clone this repo to your computer:
    git clone [email protected]:MarcosKlender/WarpPortfolio.git
  2. Install Astro dependencies:
    cd WarpPortfolio
    pnpm install
  3. Run the Astro dev server:
    pnpm dev

Back to top ⬆️

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "feature". Don't forget to give the project a star!

Back to top ⬆️

License

Distributed under the MIT License. Open Source is pretty self-descriptive.

Back to top ⬆️