/smartmove

[Award winning solution at Vivatech's hackathon] SMARTMOVE is an application and a Dashboard aiming to show all the alternatives to car ownership. The goal: to decongest cities, and reduce one's carbon footprint, by exploiting all the resources of one's city for mobility πŸ›΄πŸŒ±

Primary LanguageTypeScript

Gatsby

SMARTMOVE Project

SMARTMOVE is an award-winning solution developed at Vivatech's hackathon that aims to show all the alternatives to car ownership in order to decongest cities and reduce carbon emissions.

The SMARTMOVE application and dashboard provide a comprehensive overview of the various mobility options available in a city, including public transportation, car sharing, bike sharing, and more. By using SMARTMOVE, users can easily find and compare the most environmentally-friendly and cost-effective ways to get around their city.

This project is built using Gatsbyjs and TypeScript.

πŸš€ Quick start

  1. Getting started

    To get started with SMARTMOVE, follow these instructions:

    # Clone the repository
    git@github.com:Duckiduc/smartmove.git
    # Install the dependencies
    npm install
    # Start the development server
    npm run start
  2. Start developing

    Navigate into the site’s directory and start it up.

    cd smartmove
    npm run develop