Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 655 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 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