Skip to content

Starter stack for WordPress - mix of Foundation, Bedrock and some magic

License

Notifications You must be signed in to change notification settings

Agressiva86/SasquatchWP

 
 

Repository files navigation

Sasquatch WP - starter pack

Description

This is SasquatchWP starter stack.

What is SasquatchWP?

It's the mix of:

and a little magic to keep it all together.

Instalation

  1. git clone https://github.com/SasquatchWP/SasquatchWP.git .
  2. composer install
  3. Change theme name in web/app/themes/sasquatch
  4. cd web/app/themes/{theme_name}
  5. npm install
  6. composer install

Remember to change DEVURL in web/app/themes/{theme_name}/config.yml

Usage

  • npm run build - run all tasks for production

  • npm run development - run all tasks for development (sitemaps etc)

  • npm start - run tasks in watch mode

  • npm es-lint - runs javascript lint - to change configuration look at .browserslistrc

  • npm sass-lint - runs sass lint - to change configuration look at .sass-lint.yml

  • npm audit - runs Parker audit

Where is it used

If you are using SasquatchWP contact me at m.palmowski@freshpixels.pl.

About

Starter stack for WordPress - mix of Foundation, Bedrock and some magic

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 44.9%
  • PHP 31.4%
  • JavaScript 22.2%
  • HTML 1.5%