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
- Host: GitHub
- URL: https://github.com/guyettinger/gle-annotation-map
- Owner: guyettinger
- License: mit
- Created: 2024-08-30T17:58:26.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-05T03:17:06.000Z (almost 2 years ago)
- Last Synced: 2025-06-22T23:03:13.287Z (12 months ago)
- Language: TypeScript
- Size: 703 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```