Go to file
Ray Elliott ffc0aa7291 initial commit 2020-08-13 13:26:54 +01:00
src initial commit 2020-08-13 13:26:54 +01:00
.eslintignore initial commit 2020-08-13 13:26:54 +01:00
.eslintrc-md.js initial commit 2020-08-13 13:26:54 +01:00
.eslintrc.js initial commit 2020-08-13 13:26:54 +01:00
.prettierrc.js initial commit 2020-08-13 13:26:54 +01:00
.stylelintignore initial commit 2020-08-13 13:26:54 +01:00
.stylelintrc.json initial commit 2020-08-13 13:26:54 +01:00
README.md initial commit 2020-08-13 13:26:54 +01:00
index.php initial commit 2020-08-13 13:26:54 +01:00
package-lock.json initial commit 2020-08-13 13:26:54 +01:00
package.json initial commit 2020-08-13 13:26:54 +01:00

README.md

Usage

# build and watch for development
npm run dev

# build for production
npm run build