Here is a working live demo : https://rizalyoga.vercel.app/
To clone and run this website, you'll need Git and Node.js (which comes with yarn) installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/rizalyoga/next-portofolio.git
# Go into the repository
$ cd next-portofolio
# Install dependencies
$ yarn
# Run the app
$ yarn dev