Skip to content

Commit

Permalink
Merge pull request #470 from MinisterioPublicoRJ/hotfix/tutela
Browse files Browse the repository at this point in the history
Fixing hardcoded tutela object + improving readme
  • Loading branch information
LaylaCsAvila committed Nov 13, 2019
2 parents 56813f8 + e94f19f commit d355eab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
9 changes: 4 additions & 5 deletions README.md
Expand Up @@ -21,12 +21,11 @@ For more details, please read [CONTRIBUTING.md](https://github.com/MinisterioPub

### Installing
1. Clone the project or [download it](https://github.com/MinisterioPublicoRJ/inloco/archive/develop.zip) to your computer.
1. Make sure you have [Node.js and npm](https://nodejs.org/en/download/) installed.
1. On Windows, install [.NET Framework 2.0 SDK](https://www.microsoft.com/en-us/download/confirmation.aspx?id=15354) (Sass build dependency)
1. Make sure you have [Node.js and npm](https://nodejs.org/en/download/) installed. We suggest using node version 8 (you could use nvm to switch to that version, i.e. `brew install nvm`, `nvm install 8` and `nvm use 8`).
1. If on Windows, install [.NET Framework 2.0 SDK](https://www.microsoft.com/en-us/download/confirmation.aspx?id=15354) (Sass build dependency)
1. If needed be, configure npm proxy
1. `webpack` and `webpack-dev-server` must be installed globally
1. If you run into any trouble with Node SASS, run `npm rebuild node-sass`
1. Run `npm install`
1. `webpack` and `webpack-dev-server` must be installed globally (`npm i -g webpack webpack-dev-server`)
1. Run `npm install`. If you have any trouble with Node SASS, you could try `npm rebuild node-sass`
1. This project uses [EditorConfig](http://editorconfig.org/) to configure its code standards, please use the appropriate plugin on your IDE or text editor.

### Running
Expand Down
4 changes: 2 additions & 2 deletions src/components/App/mocks/tutela.json
Expand Up @@ -4942,7 +4942,7 @@
"visible": true,
"id": "400538",
"cd_orgao": 400538,
"title": "PROMOTORIA DE JUSTIÇA DE TUTELA COLETIVA DE DEFESA DO MEIO AMBIENTE E DO PATRIMÔNIO CULTURAL DO NÚCLEO NITERÓI",
"title": "PROMOTORIA DE JUSTIÇA DE TUTELA COLETIVA DE DEFESA DO MEIO AMBIENTE DO NÚCLEO NITERÓI",
"cd_craai": "",
"cd_municipio": "",
"cd_bairro": "",
Expand Down Expand Up @@ -22292,7 +22292,7 @@
"visible": true,
"id": "7111615",
"cd_orgao": 7111615,
"title": "SECRETARIA DA PROMOTORIA DE JUSTIÇA DE TUTELA COLETIVA DE DEFESA DO MEIO AMBIENTE E DO PATRIMÔNIO CULTURAL DO NÚCLEO NITERÓI",
"title": "SECRETARIA DA PROMOTORIA DE JUSTIÇA DE TUTELA COLETIVA DE DEFESA DO MEIO AMBIENTE DO NÚCLEO NITERÓI",
"cd_craai": "",
"cd_municipio": "",
"cd_bairro": "",
Expand Down

0 comments on commit d355eab

Please sign in to comment.