/get-plugged

Find and book your nearest EV charger.

Primary LanguageTypeScript

Development setup

  1. Clone this repo

    git clone https://github.com/get-plugged/get-plugged.git
  2. Go to the project folder

    cd get-plugged
  3. Install packages in client with yarn

    cd client
    yarn
  4. Install packages in server with yarn

    cd server
    yarn
  5. Start the client app

    yarn dev
  6. Start the server

    yarn dev

run yarn vercel-build in server before pushing the code if there are any changes in server folder