Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pelica-labs/pelica

Create stunning maps in minutes
https://github.com/pelica-labs/pelica

mapbox nextjs typescript

Last synced: about 2 months ago
JSON representation

Create stunning maps in minutes

Awesome Lists containing this project

README

        

# Pelica

> Create stunning maps in minutes

## Requirements

- [Node.js 14](https://nodejs.org/) (or higher)
- [Mapbox](https://mapbox.com) account
- [AWS](https://aws.amazon.com) account & credentials
- [Google](https://console.developers.google.com) account & credentials

## Getting Started

```bash
# Install dependencies
yarn install

# Configure environment
cp .env.example .env.local && open .env.local

# Start development server
yarn dev
```