-
See the repo with docker template configuration. Go through the "Frontend development on local environment" section
-
Start the application in dev mode using the local config:
DEIP_CONFIG=local npm run start- If you need to work with Casimir packages that the application depends on, you can link your local Casimir packages repo by running the following command. This will allow you to develop both Casimir packages repo and NFT Marketplace app repo locally without packages re-publishing.
npm run linkModulesnpm run lint