diff --git a/README.md b/README.md index d1b4abe..428a038 100644 --- a/README.md +++ b/README.md @@ -1,24 +1,31 @@ -# black-mamba +# Black Mamba - `1.3.2` + +Desktop application for namebase.io. Incomplete but has solid bones for anyone wanting to tinker with it themselves. PRs are welcome :) ## Project setup + ``` npm install ``` ### Compiles and hot-reloads for development + ``` -npm run serve +npm run electron:serve ``` ### Compiles and minifies for production + ``` -npm run build +npm run electron:build ``` ### Lints and fixes files + ``` npm run lint ``` ### Customize configuration + See [Configuration Reference](https://cli.vuejs.org/config/).