# red-react-lib

This lib points to be a shared codebase for the different projects inside the WP.

For the time being we are using it as a [git
subtree](https://www.atlassian.com/blog/git/alternatives-to-git-submodule-git-subtree)

## Updating this lib

In order to update/commit an update, the code needs to be built before pushing.

### To build the project run

```
yarn install
yarn build
```

{{>main}}
