# BIZAR.RO [![JS Standard Style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square)](http://standardjs.com/) [![Screenshot of Website](bizarro.jpg)](https://bizar.ro/) This is the repository of [Bizarro](http://bizar.ro/) portfolio. The website was submitted to [Awwwards](https://www.awwwards.com/) in [December 14, 2020](https://www.awwwards.com/sites/bizarro) but unfortunately didn't made to score a Site of The Day. # Overview The front end of the portfolio was made entirely with plain JavaScript code using ECMAScript 2015+ features without any frameworks like Angular, React or Vue. It's using libraries such as [GSAP](https://greensock.com/), [Lodash](https://lodash.com/) and [ogl](https://github.com/oframe/ogl). To generate our static files that will be uploaded to the environment, we're using [Webpack](https://webpack.js.org/). # Getting Started You need to have [Node.js](https://nodejs.org/en/) and [npm](https://www.npmjs.com/) installed in your machine, these are our only dependencies to run the project locally. ```sh # Clone the project. git clone https://github.com/lhbzr/bizar.ro.git # Install npm depedencies. npm install # Configure .env variables and run the website. npm start ```