# Replace this command in `deno.json`
"db:generate": "deno run -A --node-modules-dir npm:[email protected] generate < NUL"
# Add migration
deno task db:setup:deps
# Apply migration
deno task db:schema:update
Welcome to your deco.cx site!
1 - Install deno
2 - Run the command
deno task start
This will install all dependencies and start your project.
Access http://localhost:8000
to see your site.
Keep your dependencies updated by running:
deno task update
We are working on the instructions, for now feel free to contribute to this project.
Take a look on this ones: