Skip to content

haochend413/PathForms

 
 

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

About

SP2025 IML Project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 96.7%
  • CSS 3.1%
  • JavaScript 0.2%