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