$ git clone git@github.com:benjaminnoufel/react-material-ui-table.git
$ cp .env.example .env
$ make install
$ make lint
$ make test
$ make build
$ sed -i "s/NPM_AUTH_TOKEN=.*/NPM_AUTH_TOKEN=123abc/g" .env
$ make token
Where 123abc
is your NPM authentication token.
$ make publish