Deploy

memorize.ai Website

Also see the iOS repository

Get started

Clone

Production

git clone https://github.com/kenmueller/memorize.ai-web.git

Development (to contribute)

git clone -b staging https://github.com/kenmueller/memorize.ai-web.git

Install dependencies

npm run install:all

Start local server

npm start

Rules

General

  • Use tabs for indentation
  • No semicolons
  • Single quotes
  • Constants are formatted as follows: APP_STORE_URL

Deploy

Push to master or npm run deploy

/public

  • Each component gets its own file
  • Double quotes for raw JSX attribute values

Start local server

npm start

Notes

  • Does not include AI algorithm
  • Performance rating encoding:
    • Easy: 0
    • Struggled: 1
    • Forgot: 2