deno.land / x / aleph@1.0.0-alpha.46 / CONTRIBUTING.md
Welcome, and thank you for taking time in contributing to Aleph.js! You can contribute to Aleph.js in different ways:
You will need Deno 1.20+.
git checkout -b BRANCH_NAME
.# run the example app in development mode
deno task dev examples/react-app
# run the example app in production mode
deno task start examples/react-app
# build the example app into a worker for serverless platform
deno task build examples/react-app
# run the example app in development mode
deno task dev examples/vue-app
# run the example app in production mode
deno task start examples/vue-app
# build the example app into a worker for serverless platform
deno task build examples/vue-app
You can run all tests with the following command:
deno task test
deno fmt **/*.(ts|tsx)
All contributors are expected to follow our Code of Conduct.
Version Info