Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.06 KB

README.md

File metadata and controls

31 lines (25 loc) · 1.06 KB

botw-loader

A clone of the Legend of Zelda, Breath of the Wild loading screen The original loading screen can be seen here, and the final version created by me can be seen here.

The live version of the loader can be seen here. You can also view the Master Mode version of the site by adding ?mastermode=true to the end of the URL like this.

Prerequisites

In order to compile the styles for this project, you need to have SASS installed.

To install SASS using npm

npm install -g sass

Install SASS using homebrew

brew install sass/sass/sass

Getting started

To clone the repository to your local machine

git clone git@github.com:leviv/botw-loader.git

Then simply open index.html in your favorite web browser to get it up and running

Development

To compile SASS changes to make them take effect

cd assets/css
sass --watch styles.sass:styles.css