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

https://github.com/hph/memry


https://github.com/hph/memry

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Memry

> A game of geography and memory.

Built by [@hph](https://github.com/hph) and [@luizacalumby](https://github.com/luizacalumby).

### Install

The development environment requires [Node.js](https://nodejs.org/en/) and [Yarn](https://yarnpkg.com/en/) to install dependencies:

git clone git@github.com:hph/memry.git
cd memry
yarn install # Or npm install

### Developing

The project ships with a development server:

yarn start

A development server will start at [http://localhost:8080](http://localhost:8080).

### Building

To bundle the app for deployment, simply run:

yarn build

And the built app will be availbable in the `build/` directory