Skip to content

An Alfred-inspired navigation system for Drupal 8.

Notifications You must be signed in to change notification settings

petemcw/valet

 
 

Repository files navigation

Valet

A site navigation tool similar to Alfred for OSX.

Development Setup

First, you will need to install NodeJS.

Run the following from the command line:

npm install

Install the following gem from the command line:

gem install scss_lint

Make a copy of example.config.js and set your local development settings here. Add this file to your .gitignore file to prevent breaking of team-members' dev setup.

cp example.config.js config.js

Run the following from the command line from the module directory to have gulp compile and watch for changes to both .scss files and .js files found within the /dev folder.

gulp

About

An Alfred-inspired navigation system for Drupal 8.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 54.7%
  • JavaScript 24.5%
  • CSS 20.0%
  • HTML 0.8%