A bare bones Statamic theme
You should copy this theme into the themes directory of your Statamic project.
You should have the latest node and yarn installed.
For development you'll want to navigate to the theme directory.
cd path/to/project/site/themes/statamic-theme
yarn install
yarn build
Build and watch for changes:
yarn watch
Source CSS, Javascript and images live inside the /src
directory.
Gulp compiles these into /css
/js
and /img
directories for
consumption by the UI.