Skip to content
This repository has been archived by the owner on Apr 17, 2019. It is now read-only.

marmelab/15-puzzle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hackday Archived Repository
The code of this repository was written during a Hack Day by a Marmelab developer. It's part of the distributed R&D effort at Marmelab, where each developer spends 2 days a month for learning and experimentation.
This code is not intended to be used in production, and is not maintained.

15-puzzle-vue

Play the 15 Puzzle

Tip: Type make help to see all the available commands.

Setup & Development

Before starging, you should know that this repo is based on Yarn. This is mostly motivated by the usage of workspaces to split the code wisely.

First Installation

Install all dependencies with make install.

Run Development Server

Start the development server with make run. The site is available on localhost:8080.

Tests

Not yet tested 🙁

Build & Deployment

Generate the static site under the public directory with make build.