Official portfolio for Hanna Adenholm, displaying projects and work she has been involved in.
This project was bootstrapped with Vite.
Make sure you have Node.js installed.
- Clone the repository:
git clone https://github.com/your-username/portfolio-react.git- Navigate to the project directory:
cd portfolio-react- Install the dependencies:
npm installTo start the development server, run:
npm run devThe app will be available at http://localhost:3000.
To create a production build, run:
npm run buildThe build artifacts will be stored in the dist/ directory.
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 deployNOTE: there is also a script to both build and deploy the site
npm run build-and-deploy