Contributing Clone the repo and install dependencies git clone https://github.com/JosephusPaye/sift.git cd sift yarn install Compile and hot-reloads for development yarn serve Compile and minify for production yarn build Lint and fix files yarn lint