Skip to content

Latest commit

 

History

History
30 lines (15 loc) · 366 Bytes

README.md

File metadata and controls

30 lines (15 loc) · 366 Bytes

2048

Screenshot

Web implementation of 2048.

Getting started

Prerequisites

You will need to have npm installed.

Installing

Clone this repository

git clone https://github.com/eemed/2048

Navigate to the directory

cd 2048

Install packages

npm install

Run the dev environment

npm run dev