Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing hardcoded tutela object + improving readme #470

Merged
merged 1 commit into from Nov 13, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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