This is my portfolio site.
https://portfolio-yk-jp.vercel.app/
run this command to clone this repository
git clone https://github.com/yk-jp/portfolio.git
Run following commands in the frontend folder
npm install
Create an .env
file in the frontend folder.
your private data in .env
file are as follows.
TWITTER = ""
LINKEDIN = ""
GITHUB = ""
EMAIL = ""
Run following commands and open http://localhost:3000 in your browser.
npm run dev
- HTML
- CSS
- Materialize
- styled-components
- React
- Typescript
- webpack
- Babel