Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/caiocampoos/mapstat

Mapstat Platform
https://github.com/caiocampoos/mapstat

Last synced: 3 months ago
JSON representation

Mapstat Platform

Awesome Lists containing this project

README

        

# MapStat

[![Open issues][issues-badge]][issues-url]
[![TypeScript][typescript-badge]][typescript-url]
[![CI/Tests](https://github.com/caiocampoos/mapstat/actions/workflows/main.yml/badge.svg)](https://github.com/caiocampoos/mapstat/actions/workflows/main.yml)

_Choose a place, get your stats_

Follow the series [Building a Business with Software](https://dev.to/caiocampoos/series/23821) where i post updates on the project.

## Development

Setup with pnpm
Clone this repo on your machine, navigate to its location in the terminal and run:

```bash
pnpm install
pnpm run dev
```

Setup with docker
Install docker and docker-compose, clone this repo on your machine, navigate to its location in the terminal and run:

```bash
docker-compose up -d
```

**Start coding!** 🎉

## Contributing

All contributions are welcome!
Soon I will add guidelines for contribution work!

[issues-badge]: https://img.shields.io/github/issues/caiocampoos/mapstat
[issues-url]: https://github.com/caiocampoos/mapstat/issues
[typescript-badge]: https://badges.frapsoft.com/typescript/code/typescript.svg?v=101
[typescript-url]: https://github.com/microsoft/TypeScript