To sync with latest remote (Pathforms/PathForms):
git fetch upstream
git merge upstream/BRANCH
# fix required
git add -A
git commit -m "merge from upstream/BRANCH"
git pushRun:
ensure that npm or pnpm is installed
pnpm --versionTo run in localhost:3000 :
first install the required dependencies
pnpm installrun in local browser:
pnpm devserver deploy:
npm run build # generate out
# delete previous out: rm -rf /srv/data/PathForms/www/out
# send file
scp -r ./out/ NETID@play.math.illinois.edu:/srv/data/PathForms/www/
# give public read access
chmod -R o+rx /srv/data/PathForms/www/out