Add start of theme

This commit is contained in:
Oliver Davies 2020-04-10 10:10:54 +01:00
parent 98bc7fd715
commit bea6553cd8
22 changed files with 714 additions and 5 deletions
scripts/development

View file

@ -0,0 +1,9 @@
#!/usr/bin/env bash
set -e
. $(dirname "$0")/common.sh
cd $theme_path
npm run development