Turnkey local development tips

Running the local core turnkey app is a great way to shorten the development loop.

One issue is that you may not want to have your source code for scss, css and EXT_Components inside the turnkey core file tree - but they must be found there by the web server. This can be addressed with standard windows function of symbolic links for directories or files:

mklink /d C:\<turnkey core location>\EXT_Components\MoveAroundInGrid C:\<source code location>\EcoProject1_AssetsTK\EXT_Components\MoveAroundInGrid

To break a symbolic link you call rd c:\<link to break> - read full documentation here

This page was edited 84 days ago on 02/10/2024. What links here