# Contributing ## Pull requests When making Pull Requests, provide some information about your code solves (bugfix / missing feature / docs fix etc.). Be sure to include relevant tests / documentation. Thanks :-) ## Setting up the dev environment First fork the repository, then chekout the files with GIT: ``` git clone git@github.com:myusername/react-leonardo-ui.git ``` __Installing dependencies__ Navigate to the directory in your shell and run: ```sh npm install ``` __Starting the dev server__ ```sh npm start ``` This will start an HTTP server on [http://localhost:8080](http://localhost:8080). Open this URL in the browser and you are ready to go!