https://github.com/hph/memry
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/hph/memry
- Owner: hph
- Created: 2017-02-12T15:56:12.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-12T16:09:30.000Z (over 9 years ago)
- Last Synced: 2025-02-08T07:43:37.553Z (over 1 year 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 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