This repository has been archived on 2023-07-18. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
Go to file
hkau 5ac67fe075 [add] change new element default content 2023-06-03 20:35:31 -04:00
package [add] change new element default content 2023-06-03 20:35:31 -04:00
.env [add] move to resroute 2023-05-28 23:41:10 -04:00
.gitignore [add] move to resroute 2023-05-28 23:41:10 -04:00
.prettierignore Initial 2023-04-23 12:54:40 -04:00
.prettierrc Initial 2023-04-23 12:54:40 -04:00
LICENSE Initial 2023-04-23 12:54:40 -04:00
README.md [add] change new element default content 2023-06-03 20:35:31 -04:00
bun.lockb [add] organize editor 2023-06-03 18:28:18 -04:00
package.json [add] organize editor 2023-06-03 18:28:18 -04:00
tsconfig.json [add] move to resroute 2023-05-28 23:41:10 -04:00

README.md

DeployDeck

DeployDeck allows you to quickly create one-page websites for any purpose quickly and efficiently. DeployDeck allows you to use an advanced visual editor to bring your sites to life, allowing you to customize layout, look, and function of your sites.

Install

  • Install Bun
  • Clone repository and run bun i
  • Build editor.ts with bun run build-editor

Run

Run DeployDeck server with bun run start. Change the default port with the "PORT" environment variable in the .env file.

ex:

bun run build-editor && bun run dev