/ThinkTool

A simple tool for thinking

Primary LanguageJavaScript

Think Tool

Getting Started

Building for development

  • run yarn to download all npm packages
  • run yarn dev to build for development
  • navigate to localhost:3000 to view app in browser
  • refresh page when changes are made
    • most changes should not require to re-run yarn dev

Building for production

  • run yarn build
  • output will be placed in /dist folder on your computer
    • Note: this file is not to be checked into source control