This is my current portfolio web site.
Live version of the site: https://portfolio.kimrune.dev
- HTML
- CSS
- Next.js
Node with NPM is required to build and run this project.
- Clone the repo:
git clone git@github.com:kimrm/portfolio.git-
Run npm install
-
For the contact form to work you need to set env variables
GMAIL_APP_PSW="your-gmail-app-password"
GMAIL_APP_USR="email-address-for-sending"
GMAIL_RECEIVER_ADDRESS="email-for-receiving"Run "npm run dev" from the terminal and open http://localhost:3000 in a browser.
Contributions are generally not requested.
No license required. Project is free to clone for example or educational purposes.