Skip to content

Adenholm/portfolio-react

Repository files navigation

Hanna Adenholm Portfolio

Official portfolio for Hanna Adenholm, displaying projects and work she has been involved in.

Getting Started

This project was bootstrapped with Vite.

Prerequisites

Make sure you have Node.js installed.

Installation

  1. Clone the repository:
git clone https://github.com/your-username/portfolio-react.git
  1. Navigate to the project directory:
cd portfolio-react
  1. Install the dependencies:
npm install

Running the Development Server

To start the development server, run:

npm run dev

The app will be available at http://localhost:3000.

Building for Production

To create a production build, run:

npm run build

The build artifacts will be stored in the dist/ directory.

Deployment

You can deploy the contents of the dist/ directory, created after building, to any static hosting service.

The project uses the package gh-pages for deployment. To do so, run:

npm run deploy

NOTE: there is also a script to both build and deploy the site

npm run build-and-deploy

Author

Acknowledgments

About

Official portfolio of Hanna Adenholm, UX designer

Topics

Resources

Stars

Watchers

Forks