Go to file
Ray Elliott 3e8f484e40 update i18ns. factor out edit/save functions 2020-08-14 19:37:27 +01:00
src update i18ns. factor out edit/save functions 2020-08-14 19:37:27 +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 add/update icon controls 2020-08-14 18:38:15 +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