samgis / static /README.md
aletrn's picture
[doc] add frontend README.md, update python README.md
0aed5b2
|
raw
history blame contribute delete
No virus
655 Bytes

SamGIS frontend

This is the SPA frontend for SamGIS.

Requirements

  1. a recent nodejs version (I'm using nodejs 20 now)
  2. pnpm

Then execute from this folder (static/):

npm install -g pnpm
pnpm install
pnpm build
pnpm tailwindcss -i $PWD/src/input.css -o $PWD/dist/output.css

Dependencies