📋 Mapa da informação

💡 Deploy

🔖 About

Mapa da Informação is a tool made to help clarify the structure of the document system of Brazil.

🚀 Technologies

💥 How to execute

  • Prerequisites

    • It is necessary to have Node.js installed
    • It is necessary to have Git installed
    • Also, it is necessary to have a package manager, either NPM or Yarn.
  1. Clone the repository:
git clone https://github.com/itsriodejaneiro/mapa-da-informacao.git
  1. Executing the project:
$ cd mapa-da-informacao
# Installing project dependencies.
$ npm install # ou yarn install
# Running the project
$ npm run dev # ou yarn dev
  1. Staging
  1. Production