diff --git a/.gitignore b/.gitignore index 185e663..403adbc 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ node_modules /dist + # local env files .env.local .env.*.local @@ -10,6 +11,7 @@ node_modules npm-debug.log* yarn-debug.log* yarn-error.log* +pnpm-debug.log* # Editor directories and files .idea @@ -18,4 +20,4 @@ yarn-error.log* *.ntvs* *.njsproj *.sln -*.sw* +*.sw? diff --git a/README.md b/README.md index a53f4ac..53f33a0 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,24 @@ +# keanuapp-weblite -A mobile-optimized progressive web app "chat room" experience built upon Matrix +## Project setup +``` +npm install +``` + +### Compiles and hot-reloads for development +``` +npm run serve +``` + +### Compiles and minifies for production +``` +npm run build +``` + +### Lints and fixes files +``` +npm run lint +``` + +### Customize configuration +See [Configuration Reference](https://cli.vuejs.org/config/).