This is my Web Developer Portfolio built in Next.js.
INSTRUCTIONS FOR RUNNING LOCALLY
You can run this app afer downloading it to your computer with the following steps
- Clone the Repo to your desired location.
- Open Terminal and enter npm i or npm install
- After the dependancies are installed, you can start the app by entering npm run dev
- In your browser navigate to http://localhost:3000 to see it.
Alternitavly you can always view it at https://malachialusa-xi.vercel.app/ where I have it deployed.