diff --git a/README.md b/README.md index 1f268d8..74a8b0c 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ Integrate CommandersAct's tag container with your React applications seamlessly - [Sample App](#sample-app) - [License](#license) - [Development](#development) +- [Contribute](#contribute) ## Features @@ -202,4 +203,18 @@ This module uses the [MIT License](http://revolunet.mit-license.org). Contributi # Development +After forking, set up your environment: + +```bash +npm install +``` + +Commands available: + +```bash +gulp +``` + +# Contribute + To contribute to this project, please read the [CONTRIBUTE.md](CONTRIBUTE.md) file.