Skip to content

Jetpackjules/Rain-New-Tab

Repository files navigation

Rain & Water Effect Experiments

Credit to Lucas bebber for creating the rain effect used!

Link to original repository

Article on Codrops

To compile:

Run in the folder:

npm install
npm install gulp@3.9.1 --save-dev

Download nvm (for older node version):

FOR WINDOWS:

Invoke-WebRequest -Uri "https://github.com/coreybutler/nvm-windows/releases/download/1.1.10/nvm-setup.zip" -OutFile "$env:TEMP\nvm-setup.zip"
Expand-Archive -Path "$env:TEMP\nvm-setup.zip" -DestinationPath "$env:TEMP\nvm"
Start-Process "$env:TEMP\nvm\nvm-setup.exe"

Then follow installation process and relaunch Editor/Terminal.

Run this to make sure it properly installed:

nvm version

Now we need to download node version 10:

nvm install 10
nvm use 10
node -v

FOR MAC (After the other stuff):

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash

Then run:

export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"  # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion"  # This loads nvm bash_completion

Relaunch Editor/Terminal

Finally, run:

gulp

(You may need to download gulp again with the first command)

About

Chrome Extension to make your new tabs a cozy rain theme

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages