$ git clone [email protected]:MateriaBrasil/materiabrasil-web.git
$ cd materiabrasil-web
$ yarn
$ cp .env.sample .env
Ask a colleague for the values.
$ yarn start
You can check that it worked by browsing localhost:3000
.
$ yarn test
$ yarn test --coverage
The coverage will be available on the coverage/
folder. Open coverage/lcov-report/index.html
on your browser to see details.
$ yarn lint
Merging to the master
branch will automatically deploy to Netlify.
A manual deploy must be triggered on materiamundi
Netlify after merging to the master
branch.