all repos — underbbs @ afef280a2b1db90e2889ebf552a53c24e33ac656

decentralized social media client

build.sh (raw)

1
2
3
4
5
6
7
8
#!/bin/sh

if [ ! -e ./src ]; then
  mkdir ./src
fi

npx tsc &&
npx webpack