Deploying a project

Is there a way to deploy project with *diy, similar to *.new?
Can we also connect a domain, Netlify and/or Supabase with *.diy?
I know this is not a good as *.new, but still feels way too much like a CD-ROM trial app.
Any further updates coming?

Not possible at the moment. Coming in the future. But as you normally anyway want to store your project within github, you can just use github actions to deploy from there.
E.g. github pages what I show in a video.

1 Like

thank you for sharing. I m doing all the steps but my page is staying empty after the deployment. do you know what I can check?

looks like I have this error:

vite v5.4.8 building for production…

22transforming…

23âś“ 1521 modules transformed.

24x Build failed in 3.26s

25error during build:

26[vite:terser] terser not found. Since Vite v3, terser has become an optional dependency. You need to install it.

27 at loadTerserPath (file:///home/runner/work/dist/dist/node_modules/vite/dist/node/chunks/dep-CDnG8rE7.js:19675:13)

28 at Object.renderChunk (file:///home/runner/work/dist/dist/node_modules/vite/dist/node/chunks/dep-CDnG8rE7.js:19710:27)

29 at file:///home/runner/work/dist/dist/node_modules/rollup/dist/es/shared/node-entry.js:20730:40

30Error: Process completed with exit code 1.

Do you have more details about whaich step you’re at…?

I don’t believe I had to install it but you can try > npm add -D terser

Then try again and keep an eye on any other messages leading to this.

1 Like