Post History
Answer
#2: Post edited
After searching thousand days, finally found a easy way to directly link CoDesign to qpixel.<hr/>Clone qpixel and follow [the instruction](https://collab.codidact.org/posts/280451) to run qpixel in your system. Then, make changes to [/app/views/layouts/_head.html.erb](https://github.com/codidact/qpixel/blob/develop/app/views/layouts/_head.html.erb#L21-L30). Clone CoDesign anywhere you want inside qpixel. Then, write the following line instead of [/app/views/layouts/_head.html.erb](https://github.com/codidact/qpixel/blob/develop/app/views/layouts/_head.html.erb#L21-L30).If you are working on JS than, link that to https://github.com/codidact/co-design/blob/develop/js/co-design.jsAnd, If you are working with design than, you can connect to [it](https://github.com/codidact/co-design/blob/develop/src/codidact.scss). There's lot more but, it's the main one.
- Here is an easy way to directly link CoDesign to QPixel.
- Clone QPixel and follow [the instruction](https://collab.codidact.org/posts/280451) to run QPixel in your system. Then, make changes to [/app/views/layouts/_head.html.erb](https://github.com/codidact/qpixel/blob/develop/app/views/layouts/_head.html.erb#L21-L30). Clone CoDesign anywhere you want inside QPixel. Then, update the following lines [/app/views/layouts/_head.html.erb L21-30](https://github.com/codidact/qpixel/blob/develop/app/views/layouts/_head.html.erb#L21-L30) with links to your local installation.
- If you are working on JavaScript then link that to https://github.com/codidact/co-design/blob/develop/js/co-design.js
- And, if you are working with design then you can connect to [it](https://github.com/codidact/co-design/blob/develop/src/codidact.scss). It's the main one.
#1: Initial revision
After searching thousand days, finally found a easy way to directly link CoDesign to qpixel. <hr/> Clone qpixel and follow [the instruction](https://collab.codidact.org/posts/280451) to run qpixel in your system. Then, make changes to [/app/views/layouts/_head.html.erb](https://github.com/codidact/qpixel/blob/develop/app/views/layouts/_head.html.erb#L21-L30). Clone CoDesign anywhere you want inside qpixel. Then, write the following line instead of [/app/views/layouts/_head.html.erb](https://github.com/codidact/qpixel/blob/develop/app/views/layouts/_head.html.erb#L21-L30). If you are working on JS than, link that to https://github.com/codidact/co-design/blob/develop/js/co-design.js And, If you are working with design than, you can connect to [it](https://github.com/codidact/co-design/blob/develop/src/codidact.scss). There's lot more but, it's the main one.