Skip to content

Latest commit

 

History

History
72 lines (44 loc) · 1.41 KB

README.md

File metadata and controls

72 lines (44 loc) · 1.41 KB

Gabriel Taveira's Open-Source Portfolio

Welcome to my open-source portfolio! This project is built using Next.js, Tailwind, and Server Components.

preview

Features

  • Responsive design with Tailwind CSS
  • Dark mode support
  • Server Components for improved performance
  • Integration with Youtube's API for up-to-date information on the latest Space Cast episode.

Getting Started

To run this project locally, follow these steps:

Prerequisites

  • Node.js v16.8 or later
  • Yarn package manager

Installation

  1. Clone the repository:
git clone https://github.com/gstj/gabriel-taveira-portfolio.git
  1. Install dependencies:
cd gabriel-taveira-portfolio
yarn install
  1. Run the development server:
yarn dev

Open your browser and navigate to http://localhost:3000 to see the portfolio in action.

Deployment

To deploy this project to production, follow these steps:

  1. Build the project for production:
yarn build
  1. Start the production server:
yarn start

Deploy the out folder to your preferred hosting provider.

Contributing

Contributions are welcome! If you find a bug or have a suggestion, please create an issue or submit a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Made with ❤️ by Gabriel Taveira.