Skip to content

🧑🏻 This is a simple personal page showcasing a background image with links to my social media profiles. The project is built using Next.js and Tailwind CSS.

License

Notifications You must be signed in to change notification settings

thomasluizon/personal-page

Repository files navigation

Personal Page

🧑🏻 This is a simple personal page showcasing a background image with links to my social media profiles. The project is built using Next.js and Tailwind CSS.

Table of Contents

About

This project is a minimal personal page that displays a background image and provides links to various social media profiles. It is built using Next.js for the front-end framework and Tailwind CSS for styling.

Technologies

Setup

To run this project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/thomasluizon/personal-page
    cd personal-page
  2. Install dependencies:

    npm install
  3. Run the development server:

    npm run dev

Usage

  • Development Server:

    Runs the app in development mode. Open http://localhost:3000 to view it in the browser.

  • Build:

    Builds the app for production to the .next folder.

    npm run build
  • Start:

    Starts the production server.

    npm run start
  • Lint:

    Lints the code using ESLint.

    npm run lint

Deployment

This project can be deployed using various platforms such as Vercel, Netlify, or any other hosting service that supports Next.js.

Deploy on Vercel

  1. Sign up or log in to Vercel.
  2. Link your GitHub repository.
  3. Set up the project and deploy.

For more detailed instructions, refer to Vercel documentation.

Contributing

Contributions are welcome! If you have suggestions or find bugs, please open an issue or submit a pull request.

  1. Fork the repository.

  2. Create a new branch:

    git checkout -b feature/YourFeatureName
  3. Make your changes.

  4. Commit your changes:

    git commit -m 'Add some feature'
  5. Push to the branch:

    git push origin feature/YourFeatureName
  6. Open a pull request.

License

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

Contact

Thomas Luizon - [email protected]

Connect with me on LinkedIn.


Thank you for visiting my personal page!

About

🧑🏻 This is a simple personal page showcasing a background image with links to my social media profiles. The project is built using Next.js and Tailwind CSS.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published