- Start the development container in your IDE.
- It will automatically run
yarn install.
- It will automatically run
- Run
yarn startto launch the application.
-
The container runs as the
nodeuser by default for improved security. If you encounter permission errors, you can either:- Configure the necessary permissions on your system, or
- Remove
remoteUser: "node"to run asroot.
-
If running into ARM64 related issues, you can try to uncomment the
runArgs:["--platform=linux/amd64"]line. -
If running into node version errors when running
yarn start, try rebuilding the container without cache.