docs/build-pieces/misc/dev-container.mdx
The project includes a dev container configuration that allows you to use Visual Studio Code's Remote Development extension to develop the project in a consistent environment. This can be especially helpful if you are new to the project or if you have a different environment setup on your local machine.
Before you can use the dev container, you will need to install the following:
To use the dev container for the Activepieces project, follow these steps:
Ctrl+Shift+P and type > Dev Containers: Reopen in Container.npm start.localhost:3000 and the frontend will run at localhost:4200.For more details, check out the Piece Development section.
</Note>The login credentials are:
Email: [email protected]
Password: 12345678
To exit the dev container and return to your local environment, follow these steps:
Remote-Containers: Reopen folder locally button.One of the best trouble shoot after an error occur is to reset the dev container.
sh tools/reset-dev.sh