diff --git a/README.md b/README.md index c620418f..bd92aeb5 100644 --- a/README.md +++ b/README.md @@ -12,16 +12,24 @@ TODO ## Installation ### NPM +TODO ### Manual +TODO ## Usage TODO ## Development -TODO +This command will start a `webpack-dev-server` with content of `dev` folder. +```bash +npm run dev +``` ## Build -TODO +This command will build a distributable version in the `dist` directory. +```bash +npm run build +``` ## Test TODO