Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.48 KB

README.md

File metadata and controls

42 lines (30 loc) · 1.48 KB

Worksland

Welcome to my worksland! This website showcases my work, skills, and projects. It was built using Next.js for the framework and Tailwind CSS for styling.

Features

  • Responsive Design: The layout adapts to various screen sizes (desktop, tablet, mobile).
  • Fast Performance: Thanks to Next.js and its optimizations.
  • Clean Code: Written with best practices and using Tailwind CSS for utility-first styling.
  • SEO Optimized: Next.js enables automatic SEO improvements with its built-in support for server-side rendering.

Tech Stack

  • Next.js: A React framework that allows server-side rendering, static site generation, and API routes.
  • Tailwind CSS: A utility-first CSS framework for creating custom designs quickly.
  • React: The JavaScript library for building user interfaces.
  • Vercel: Deployed using Vercel for fast, scalable hosting.

Setup Instructions

To run this project locally, follow the steps below:

  1. Clone the repository:

    git clone https://github.com/AgustinBN/worksland.git
    cd worksland
  2. Install dependencies: Make sure you have Node.js installed. Then, install the required dependencies:

    npm install
  3. Run the development server: Start the Next.js development server:

    npm run dev
  4. Open your browser and visit http://localhost:3000 to view the portfolio.