Skip to content

I want to spend time showing what I can do and playing with ideas. Really my goal is rediscover, discovery

Notifications You must be signed in to change notification settings

nbranch1311/2023-portfolio

Repository files navigation

Portfolio Site

This repository contains the source code for my portfolio site. It is built using the following technologies:

The portfolio site showcases my projects, skills, and experiences. It provides an overview of my work and serves as a platform to showcase my abilities and accomplishments.

Prerequisites

Before you can run the portfolio site locally, make sure you have the following installed on your system:

  • Node.js (version 14 or higher)
  • pnpm (installed globally)

Getting Started

Follow these steps to set up and run the portfolio site on your local machine:

  1. Install the dependencies using pnpm:

    pnpm install
  2. Start the development server:

    pnpm run dev
  3. Open your browser and visit http://localhost:5173/ to view the portfolio site.

Configuration

The portfolio site can be customized according to your preferences. Here are some configuration files and directories you can modify:

  • src/pages: This directory contains the pages of the portfolio site. You can edit or add new pages here.
  • src/components: Customize or create new components for the site in this directory.
  • vite.config.js: Configure Vite.js options, such as plugins, build settings, and development server configurations.

Deployment

To deploy the portfolio site to a production environment, you can follow these general steps:

  1. Build the optimized production-ready assets:

    pnpm build
  2. The generated build files will be available in the dist directory. You can upload these files to a hosting service or configure your own server to serve the files.

For more detailed deployment instructions, refer to the documentation of your chosen hosting service or server configuration.

Contributing

If you would like to contribute to the portfolio site, you are welcome to submit pull requests. Feel free to fix bugs, add new features, or improve the overall design and user experience.

Please follow the existing code style and ensure your changes align with the goals and purpose of the portfolio site.

Contact

If you have any questions or suggestions regarding the portfolio site, you can reach me at [email protected]. I would be happy to hear your feedback and address any inquiries.

Thank you for visiting my portfolio site!

About

I want to spend time showing what I can do and playing with ideas. Really my goal is rediscover, discovery

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages