/home

the refactor continues...

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

designed to be hosted over https from a raspberry pi.

dns is being managed by cloudflare.

to compensate for changes in its public ip, the server will query its ip address every 5 minutes and update the cloudflare settings if necessary.

slowly becoming an elm project.

to run:
  1. $ npm run dev
  2. visit http://localhost:3000
progressive web app development instructions for multiple devices:
  1. $ npm run dev
  2. $ ngrok http 3000
  3. visit the https url provided