WIP Remote Desktop Environment.
- copy
.env.d.example
to.env.d
- If using https, generate key.pem and cert.pem files using the instructions in
.env.d/tls.txt
- Set user configuration in users.json.
- Generate
hashedPassword
withecho -n password | sha256sum
- Generate
npm run install && npm run dev
will start dev server onhttp://localhost:3000
- Inspiration + linter, autoformatter configs from x.