Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cityofdetroit/local-services-lookup

Simple app to lookup city services based on a location
https://github.com/cityofdetroit/local-services-lookup

city-services cypress geospatial maplibre-gl travis-ci web-components webpack

Last synced: 6 days ago
JSON representation

Simple app to lookup city services based on a location

Awesome Lists containing this project

README

        

# Local Services Lookup [![Build Status](https://app.travis-ci.com/CityOfDetroit/local-services-lookup.svg?branch=dev)](https://travis-ci.com/CityOfDetroit/local-services-lookup)
Simple app to lookup city services based on a location

## Getting Started

This project was created using:
- [Webpack](https://webpack.js.org/) as a web application bundler.
- [Yarn](https://classic.yarnpkg.com/en/) to manage project dependencies.
- [MapLibre](https://maplibre.org/) for map framework.
- [Cypress](https://www.cypress.io/) for testing.
- [TravisCI](https://www.travis-ci.com/) for continuous integration.

## Setup Local Environment.

1. Download the repo.
```
$ git clone [email protected]:CityOfDetroit/local-services-lookup.git
```
2. Install node dependencies.

```
$ yarn
```

3. Run local instance.
```
$ yarn start
```

4. Run tests.
```
$ yarn test
```

5. Build production code.
```
$ yarn build
```
## Resources

* SLACK - #webteam
* GitHub - https://github.com/CityOfDetroit/local-services-lookup