blob: 04305a3c0b666add9c8c34af62649126a8199c67 [file] [log] [blame]
#!/bin/bash
# Make sure we have the required dependencies.
npm install
# Create the JavaScript bundle.
npm run build:js
# Start the Jekyll server and JavaScript watcher.
npm run dev:jekyll