Skip to content
This repository was archived by the owner on Sep 9, 2020. It is now read-only.

Latest commit

 

History

History
38 lines (22 loc) · 690 Bytes

File metadata and controls

38 lines (22 loc) · 690 Bytes

Mapas Coletivos: Web Application

A web application for creating maps using Mapas Coleticos API.

Installation and Usage

The steps below will walk you through setting up a development environment.

Install dependencies

Install the following on your system:

Clone this repository locally and activate required Node.js version:

nvm install

Install Node.js dependencies:

npm install

Development

Start the development server:

npm run dev

The app will be served at http://localhost:8000, refreshing automatically when changed.

License

MIT