Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 320 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 320 Bytes

FancyPlant

Quick Start for Development

  1. Clone or download the repo
  2. Install global dependencies
  • Run npm i -g expo-cli
  • Run npm i -g @aws-amplify/cli
  1. Configure AWS Amplify
  • Run amplify configure
  • Sign into aws amplify
  • Follow setup instructions
  1. Run npm install
  2. Run npm start