Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/caiocampoos/mapstat
Mapstat Platform
https://github.com/caiocampoos/mapstat
Last synced: 3 months ago
JSON representation
Mapstat Platform
- Host: GitHub
- URL: https://github.com/caiocampoos/mapstat
- Owner: caiocampoos
- Created: 2023-07-22T03:57:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-22T03:46:08.000Z (4 months ago)
- Last Synced: 2024-07-22T23:57:46.376Z (4 months ago)
- Language: TypeScript
- Homepage: https://mapstat-web.vercel.app
- Size: 1.07 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
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