Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 549 Bytes

GET_START_FOR_DEVELOPER.quick.en.md

File metadata and controls

8 lines (6 loc) · 549 Bytes

Quick Start

  1. Run deno task dev in the terminal.

    This will fetch subprojects, download dependencies, and auto-generate some files.

  2. If you are an iOS developer, open ./next/kmp/app/iosApp/DwebBrowser.xcworkspace in Xcode and set up the necessary signing configurations.
  3. Open Android Studio; once Gradle synchronization is complete, you can start coding happily.

For any questions, further reading is available at ./GET_START_FOR_DEVELOPER.en.md.