Comments on How to test CoDesign?
Parent
How to test CoDesign? Question
If I make any changes to CoDesign. Then, I have to test what changes I made. Is there possible way to build local server (http://localhost/)? To test while making changes.. I have run npm install
, npm run build
and npm run js_build
. I don't know what I should do next.
I have a test page on my local dev environment so that I can test things. If you look at `.gitignore`, you'll find there …
3y ago
Here is an easy way to directly link CoDesign to QPixel. Clone QPixel and follow the instruction to run QPixel in you …
3y ago
Use the following command for live server. said Luap (Discord) ```bash npx @11ty/eleventy --serve ``` It is bett …
3y ago
Post
Use the following command for live server. said Luap (Discord)
npx @11ty/eleventy --serve
It is better than other answers.
0 comment threads