Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tcampbppu/anma

ANMA
https://github.com/tcampbppu/anma

Last synced: 15 days ago
JSON representation

ANMA

Awesome Lists containing this project

README

        

## Setup

Copy the Env Example
```bash
cp -rf .env.example .env
```

Create/Obtain Google Maps API Token

Make sure to install the dependencies:

```bash
yarn install
```

## Development Server

Start the development server on http://localhost:3000

```bash
yarn dev
```

## Production

Build the application for production:

```bash
yarn build
```

Locally preview production build:

```bash
yarn preview
```