Add static files, guidelines etc

This commit is contained in:
Angelos Chalaris
2019-08-23 10:32:39 +03:00
parent f56f631894
commit 2e0301296f
27 changed files with 296 additions and 46 deletions

6
netlify.toml Normal file
View File

@ -0,0 +1,6 @@
[build]
publish = "public"
command = "npm run webber"
[build.environment]
YARN_VERSION = "1.9.4"
YARN_FLAGS = "--no-ignore-optional"