Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 1.02 KB

README.md

File metadata and controls

49 lines (31 loc) · 1.02 KB

Dion Grendelman Portfolio Website

Language Framework CSS Preprocessor

This is the source code of my portfolio website. It was built using Next.js and styled with SCSS. The live site is hosted on Vercel.

Setup and Running the Project

  1. Clone the repository:
git clone https://github.com/Acetyld/dion_grendelman.git
  1. Change into the project directory:
cd dion_grendelman
  1. Install the dependencies:
npm install
  1. Run the development server:
npm run dev

Open http://localhost:3000 with your browser to see the result.

Technology Used

  • Next.js
  • JavaScript
  • SCSS

Deployment

The portfolio website is deployed on Vercel.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.