Skip to content

Latest commit

 

History

History
51 lines (43 loc) · 1.02 KB

File metadata and controls

51 lines (43 loc) · 1.02 KB

Portfolio

My portfolio website built with Monolithic Node.js. I build this website to organize my projects.

Prerequisites

  1. Node.js
    node --version
    npm --version
    
  2. Git
    git --version
    
  3. MongoDB
    mongo --version
    
  4. Heroku
    heroku --version
    

How To Run In Local

  1. Clone the repository
    git clone https://github.com/NaufalK25/portfolio.git
    
  2. Install dependencies
    npm install
    
  3. Build the application
    npm run build
    
  4. Run the application
    npm run dev
    

Credits

Copyright © 2022 Muhammad Naufal Kateni