Skip to content
 
 

Repository files navigation

PathForms!

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 push

Run:

ensure that npm or pnpm is installed

pnpm --version

To run in localhost:3000 :

first install the required dependencies

pnpm install

run in local browser:

pnpm dev

server 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

Releases

Packages

Contributors

Languages