From bcfeda3191f8177bb6270ce1a82d58f0e5f8f6ac Mon Sep 17 00:00:00 2001 From: Ricardo Gobbo de Souza Date: Mon, 18 Feb 2019 04:53:16 -0300 Subject: [PATCH] docs(readme): add section of development (#214) --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 66fb28b..e4d8dcf 100755 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ [![Dependencies][david-dm-src]][david-dm-href] [![Standard JS][standard-js-src]][standard-js-href] -> Secure and Easy Axios integration with Nuxt.js. +> Secure and Easy Axios integration with Nuxt.js ## ✅ Features @@ -29,6 +29,12 @@ 📖 [**Read Documentation**](https://axios.nuxtjs.org) +## Development + +1. Clone this repository +2. Install dependencies using `yarn install` or `npm install` +3. Start development server using `npm run dev` + ## 📑 License [MIT License](./LICENSE)