|
||
---|---|---|
package | ||
.env | ||
.gitignore | ||
.prettierignore | ||
.prettierrc | ||
LICENSE | ||
README.md | ||
bun.lockb | ||
package.json | ||
tsconfig.json |
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
withbun 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