Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 603 Bytes

development.md

File metadata and controls

19 lines (15 loc) · 603 Bytes

Development

SASS / CSS

Install Dart SASS

JetBrains IDEs

If you use any of the Jetbrains IDEs for development you may follow this comment to configure your IDE to work best with Deno.

Watchers

We recommend using JetBrain's termins

DEV Server

Spawn HTTPs server

# 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