🧑🏻 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.
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.
To run this project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/thomasluizon/personal-page cd personal-page
-
Install dependencies:
npm install
-
Run the development server:
npm run dev
-
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
This project can be deployed using various platforms such as Vercel, Netlify, or any other hosting service that supports Next.js.
- Sign up or log in to Vercel.
- Link your GitHub repository.
- Set up the project and deploy.
For more detailed instructions, refer to Vercel documentation.
Contributions are welcome! If you have suggestions or find bugs, please open an issue or submit a pull request.
-
Fork the repository.
-
Create a new branch:
git checkout -b feature/YourFeatureName
-
Make your changes.
-
Commit your changes:
git commit -m 'Add some feature'
-
Push to the branch:
git push origin feature/YourFeatureName
-
Open a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
Thomas Luizon - [email protected]
Connect with me on LinkedIn.
Thank you for visiting my personal page!