neighborhood-gossip

1 time install

npm install

css build

npx tailwindcss -i ./src/css/input.css -o ./static/css/output.css --watch

dev web server

npx serve static

bundle js

npx esbuild --watch src/js/app.js --bundle --outfile=static/js/bundle.js