Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 893 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 893 Bytes

LazyDeck

Automatically create decks with your voice
See Demo

LazyDeck GIF

Pre-requisites

  1. Download Homebrew
  2. Download Node
  3. Download Yarn

Getting Started Locally

  1. Install dependancies yarn install
  2. Start the server yarn start
  3. It should automatically open at localhost:3000

Creating a build

  1. Run yarn build
  2. Copy contents of /build folder into the gh-pages branch

Tech