Install Dart SASS
If you use any of the Jetbrains IDEs for development you may follow this comment to configure your IDE to work best with Deno.
We recommend using JetBrain's termins
# execute beforehand
# openssl req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -days 365 --nodes
deno run --allow-all dev/dev_server.ts --secure=true --key=key.pem --cert=cert.pem