Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hph/memry
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hph/memry
- Owner: hph
- Created: 2017-02-12T15:56:12.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-12T16:09:30.000Z (almost 8 years ago)
- Last Synced: 2024-10-28T03:42:36.220Z (2 months ago)
- Language: JavaScript
- Homepage: http://hph.is/memry/build
- Size: 165 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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