Coder Social home page Coder Social logo

cuhacking / atlas Goto Github PK

View Code? Open in Web Editor NEW
15.0 6.0 1.0 523 KB

The map project - codename Atlas

Kotlin 74.05% Ruby 0.42% Swift 16.39% HTML 0.41% TypeScript 5.11% JavaScript 2.84% Dockerfile 0.79%
kotlin-multiplatform kotlin typescript mapbox

atlas's Introduction

Atlas (Under Construction ๐Ÿšง ๐Ÿ‘ท)

Also known as "the Map Project".

Getting Started

Required Tools

This project requires the latest Android Studio Arctic Fox Beta to be installed along with JDK 11 and the latest Android SDK (30).

If developing on macOS or for iOS, the latest version of XCode will also need to be installed.

For development on the web client, the latest version of Node 14 needs to be installed.

Setup

Include the following in your local.properties file:

mapbox.key=<your mapbox access token>
server.url=<server instance url>
server.web.url=http://localhost:8080/api

mapbox.download.key=<your mapbox download token>
# This line is required for downloading the Mapbox cocoapods
mmapp.config.netrc=true

Building

  • Android: Open project folder in Android Studio and execute the android run configuration.
  • iOS: Open the .xcworkspace file in XCode or AppCode and run.
  • Web:
    • Run npm install in the web directory
    • Run ./gradlew build in the home directory
    • Run yarn in the web directory
    • Then run yarn start in the web directory

Project Structure

This project is a Kotlin Multiplatform project targeting Android, iOS, and Web.

.
โ”œโ”€โ”€ README.md
โ”œโ”€โ”€ android     - Android App
โ”œโ”€โ”€ buildSrc    - Gradle build configuration (dependency and plugin versions)
โ”œโ”€โ”€ common      - Kotlin Multiplatform module for apps
โ”œโ”€โ”€ ios         - iOS App
โ”œโ”€โ”€ mapbox      - Multiplatform Mapbox bindings
โ””โ”€โ”€ web         - Web App

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.