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

https://github.com/guyettinger/gle-annotation-map

GLE Annotation Map
https://github.com/guyettinger/gle-annotation-map

Last synced: 8 months ago
JSON representation

GLE Annotation Map

Awesome Lists containing this project

README

          

# 👍 Moji Map

### a simple map with emoji-based annotations

## Getting Started

To run app locally:

```shell
npm i && npm start
```

The app will start on http://localhost:3000.

The server will start on http://localhost:4000/graphql

## Development
Install
```shell
npm install
```
Create/Migrate Database
```shell
npm run migrate
```
Generate Backend Graphql Types
```shell
npm run generate-server
```
Generate Frontend Graphql Types
```shell
npm run generate-client
```
Start Backend
```shell
npm run backend
```
Start Frontend
```shell
npm run frontend
```
Run Storybook
```
npm run storybook
```