This is Noga Inbar's portfolio website
This is my portfolio website, exploring different project I have been working on. You can alsways find the most recent (and best) six projects I have done and/or you can contact me for more!
The site is built in Node.js using Hapi.js and Handlebars. SASS, TACHYONS and jQuery on the frontend.
Because I enjoy doing it and I can show the world what I am up to!
git@github.com:nogainbar/Noga_Inbar.git
cd Noga_Inbar
npm install
npm start
Go to local:8000
To run the css(scss) file, you need to:
cd public/css
sass sass/main.scss ../css/main.css
sass --watch sass/main.scss:../css/main.css
:)