2025-12-29 15:41:29 -08:00
2025-12-29 15:41:29 -08:00
2025-12-29 14:04:03 -08:00
2025-09-16 14:41:39 -07:00
2025-09-16 14:41:39 -07:00
2025-10-24 13:57:37 -07:00
2025-11-19 10:57:23 -08:00
2025-12-29 14:04:03 -08:00
2025-12-29 14:04:03 -08:00

fewd = front end web dev

this is me (PRH) trying to learn some front end web dev because pixels are important despite my wishes.

Building/Running

Prereqs

  1. Install Erlang and ZX

  2. DEV ONLY: apt install node-typescript (Devuan Excalibur)

    This is needed if you want to edit the .ts files found in /priv/static/js/ts/*.ts. The built JS files are under version control and can be found in /priv/static/js/dist/

Building/Running HTTP Server

If you are only changing the Erlang or simply just want to run the program without developing it, then just run

zxh runlocal

Building TS->JS

This is only necessary if you edited the .ts files and want to transpile them over to JS.

This requires you installed tsc as above.

make tsc

If you're doing development you may want

make watch
Description
No description provided
Readme 504 KiB
Languages
Erlang 92.8%
HTML 3.7%
TypeScript 2.6%
CSS 0.9%