Welcome to my open-source portfolio! This project is built using Next.js, Tailwind, and Server Components.
- 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.
To run this project locally, follow these steps:
- Node.js v16.8 or later
- Yarn package manager
- Clone the repository:
git clone https://github.com/gstj/gabriel-taveira-portfolio.git
- Install dependencies:
cd gabriel-taveira-portfolio
yarn install
- Run the development server:
yarn dev
Open your browser and navigate to http://localhost:3000 to see the portfolio in action.
To deploy this project to production, follow these steps:
- Build the project for production:
yarn build
- Start the production server:
yarn start
Deploy the out folder to your preferred hosting provider.
Contributions are welcome! If you find a bug or have a suggestion, please create an issue or submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
Made with ❤️ by Gabriel Taveira.