16bitmood / afkdev

Desktop Environment for the web.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

afkdev

WIP Remote Desktop Environment.

Screenshots

Login Main

Linux Instructions:

  • 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 with echo -n password | sha256sum
  • npm run install && npm run dev will start dev server on http://localhost:3000

Acknowledgements:

  • Inspiration + linter, autoformatter configs from x.

About

Desktop Environment for the web.

License:MIT License


Languages

Language:TypeScript 76.7%Language:SCSS 22.4%Language:HTML 0.5%Language:Shell 0.4%