A vanilla WordPress theme that will be the foundation for all other 3themes themes.
###To start developing:
- In your terminal, navigate to the /themes/ folder of your local WordPress install.
- Type "git clone https://github.com/3themes/spring-theme.git" and hit enter. This will clone the repostory to your local machine.
- We use Sassquatch in our themes (as a git submodule), so you'll need to run the following terminal commands to get Sassquatch on your computer as well:
- cd spring-theme
- git submodule update --init
- To ensure you have the very latest Sassquatch, or to update an existing repo when we update Sassquatch, type the following commands into terminal:
- git submodule foreach git pull origin master #This pulls the latest of every submodule
##Legacy Browser Support## There has been no effort to ensure any browser other than the latest two versions of every browser works. Basic functionality support is planned for IE8 and 9, but no timetable is set.