Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hph/memry


https://github.com/hph/memry

Last synced: 27 days 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 [email protected]: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