Development version of application is hosted here
username: test-test-test
pass: OmgWow7117!
- note: Habit tracking feature isn't hosted so won't load in the development version of the app Link to habit tracking service's code
- Install Amplify CLI
- Install Yarn
- Run
amplify configure - Install developer dependencies
yarn install - Create
.envfrom.example.env
- Run
amplify init- initializes a new project, sets up deployment resources in the cloud - Run
amplify push- provisions your cloud with the project's resources and configurations
yarn develop
