/skeleton

:skull: ez-grow website starter kit, just add bone meal :skull:

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

skeletor

skeleton

Circle CI

💀 ez-grow website starter kit, just add bone meal 💀

How To Do It

// Install the world
npm install

// Build the static site. The result can be served from dist/
npm run build

// Build to dist/ while watching for changes
npm run build:watch

// Continually build and serve the static site. (Note that nothing will be output
// to dist/ -- use a build command for that)
npm run dev

// Run the tests. Everything must lint and build before it can be merged to master.
npm run test