Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 769 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 769 Bytes

IPA Toolkit
frontend

The IPA Toolkit implements helpful tools to master the mighty IPA process. This is the frontend application which provides a user frontend to administer the system.

Getting started

  1. Make sure that you have a working Visual Studio Code with Remote Containers configured.
  2. Create a Docker network ipa-toolkit-network
    docker network create ipa-toolkit-network
  3. Open the project in Visual Studio Code using Remote Containers.
  4. Don't forget to set your Git name and email
    git config user.name <name> and git config user.email <email>
  5. Install dependencies
    yarn install
  6. Run the development server
    yarn start