Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 658 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 658 Bytes

MY PORTOFOLIO WEBSITE ( NOT RESPONSIVE YET )

Demo

Here is a working live demo : https://rizalyoga.vercel.app/

Site

Run in locale

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