diff --git a/README.md b/README.md index 72d84b6..909e74d 100644 --- a/README.md +++ b/README.md @@ -1 +1,8 @@ #Hello there + +## Available scripts + +- `npm start`: starts a development server +- `npm run build`: make a production build +- `npm run lint`: lint js files using eslint +- `npm run format`: format js files using prettier