Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 480 Bytes

File metadata and controls

30 lines (19 loc) · 480 Bytes

Personal Portfolio

Tecnologies

  • Ruby
  • Jekyll
  • React
  • Webpack
  • Node.js

Setup Project

  1. Create Project folder

  2. Update Ruby at the latest version

  3. Run on command line:

    a. gem install jekyll bundler

    b. bundle init

  4. Add gem jekyll into Gemfile

  5. Run bundle

How To Run

  1. Open Terminal inside Project folder
  2. Run: npm run dev ==> will run a server on local pc
  3. Run: npm run deploy ==> will publish the website on Github Pages