Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 1.21 KB

README.md

File metadata and controls

35 lines (28 loc) · 1.21 KB

Manual Puzzle Prototypes

📔 Different versions for the manual puzzle.

📖 Introduction

Trying out multiple directions and versions for the manual puzzle to see which onne is the best fit. They all have the same puzzle base but with slightly different forms of interaction.

⚙ Installation & Development

Tech Stack

Core

Code Quality

Prerequisites

  • Make sure you have node installed on your machine.
    • npm comes with node.
    • You can check versions with npm -v and node -v
  • Configure ESLint
  • Configure EditorConfig

Installation

  1. Clone this repo
$ git clone https://github.com/samhoudmedia/puzzle-manual.git
  1. Run npm start to start the server.
  2. Run npm run build to build for production.

📃 License

This project is licensed under the MIT License