Intro
Not ready yet.
๐ Jumpstart
Ensure that Deno 1.27 or higher is installed on your system first.
Alternative I:
Install dext globally first, then create a new project:
$ deno run -A https://dext.deno.dev
$ dext create my-project
Creating "dext web template 0.0.1" on my-project...
...
done.Alternative II:
Without any preparation, invoke creating a new project remotely:
$ deno run -A https://dext.deno.dev create my-project
Creating "dext web template 0.0.1" on my-project...
...
done.๐ FAQ
Want to report a bug or request a feature?
Please read through our CONTRIBUTING.md and report it using GitHub Issues!
Want to contribute?
It is publicly open for any contribution. Bugfixes, new features and extra components are welcome.
Check out issues with the good first issue and help wanted label if you are not sure how to begin. We suggest also looking at the closed ones to get a sense of the kinds of issues you can tackle.
Fork the repo, push your changes to your fork, and submit a pull request.
Requirements
- Deno 1.27 or higher (https://deno.land/)
License
Apache 2.0, for further details, please see LICENSE file.
To Support
Visit my GitHub Sponsors profile at github.com/sponsors/eserozvataf