/Fifteen-Game-Vue

Primary LanguageJavaScriptMIT LicenseMIT

Setup & Development

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

Before starting, 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.