Skip to content

My *old* personal website / portfolio / whatever you'd like to call it. Powered by Next.js, Tailwind CSS, shadcn/ui, & more!

License

Notifications You must be signed in to change notification settings

egarrisxn/egxworld-v1

Repository files navigation

egxworld-v1

My old personal website / portfolio / whatever you'd like to call it.

License: MIT GitHub repo size GitHub last commit

Overview

This site showcases my skills, projects, provides a glimpse into my professional journey, and so much more.

egxworldv1v1

Technologies

  • JavaScript: The primary programming language used for the project.
  • Next.js 14: Leveraging the latest features and improvements in the Next.js framework.
  • Tailwind CSS: A utility-first CSS framework for rapid UI development.
  • Shadcn/UI: A beautiful component library built ontop of Radix UI.

Installation

Note: installation & deployment instructions use the npm package manager, but you may use the package manager of your choice.

If you'd like to use this project as a starting point for inspiration, follow these steps!

  1. Clone the repository: git clone git@github.com:egarrisxn/egxworld.git
  2. Navigate to the project directory: cd egxworld
  3. Install dependencies: npm install
  4. Start the development server: npm run dev

Deployment

To deploy this portfolio to Vercel:

  1. Create a Vercel Account:

    • If you don't have a Vercel account, sign up at Vercel.
  2. Install Vercel CLI:

    • Install the Vercel CLI globally using npm:
      bash npm install -g vercel
      
  3. Login to Vercel:

    • Open a terminal and run:
      bash vercel login
      
      Follow the on-screen instructions to log in.
  4. Navigate to Your Project Directory:

    • Open a terminal and navigate to your project directory:
      bash cd path/to/your-app
      
  5. Deploy to Vercel:

    • Run the following command to deploy your project:
      bash vercel
      
      Follow the prompts to configure your deployment settings.
  6. Visit Your Live Project:

    • Once the deployment is complete, Vercel will provide you with a live URL for your portfolio. Visit this URL to see your portfolio online.

Additional Notes

  • Make sure your project's package.json includes the necessary scripts for starting the development server and building the project. Vercel will automatically detect and use these scripts during deployment.

  • Customize your deployment settings, such as environment variables or domain configurations, using the Vercel dashboard.

  • For more advanced deployment options or to deploy on a different platform, refer to the documentation of your chosen hosting service.

License

This project is licensed under the MIT license.

Questions

Feel free to reach out to me via GitHub, or email at egarrisxn@gmail.com.

Releases

No releases published

Packages

No packages published