# Citizen Mapping A front end application that allows users to answer questionnaires. ![Citizen mapping tool](../_static/img/maptool-home.png) ## Tech Stack - [NodeJS](https://nodejs.org/docs/latest/api/) - [NuxtJS 3](https://nuxt.com/docs/getting-started/installation) - [Pinia](https://pinia.vuejs.org/) - [Vue](https://vuejs.org/) - [LeafletJS](https://leafletjs.com/) ## Associated APIs - [Voice API](./apis.md) ## Running the App in Development 1. Install the dependencies. ```shell cd maptool/ yarn install ``` 2. Rund the App. ```shell yarn run dev # Press CTRL + C to stop the app ``` ## Bugs and Issues To report bugs and request new features, please use the [Citizen Voice Issue Tracker](https://github.com/Citizens-Collective/Citizen-Voice/issues).