MapStat
Choose a place, get your stats
Follow the series Building a Business with Software 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!