Skip to content

tina1robot/mathine-hackathon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Starting Dev Environment

  1. Open 2 terminals in the mathine-hackathon directory
  2. In terminal 1: cd fe, npm install, npm run dev
  3. In terminal 2: cd api, npm install, npm install --save-dev ts-node typescript, npx ts-node src/index.ts

Simulating Users

In api/ContainerEnv:

  • Change the netID environment variable to any string, and that will store data under that user.

Making Changes

  1. Make a branch: git checkout -b <your-branch-name>
  2. Make your changes
  3. Commit and push your changes git add . git commit -m "your commit message" git push origin --set-upstream <your-branch-name>
  4. Open a pull request on GitHub
  5. Merge your pull request

About

Mathine Hackathon Assignment Grader

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 67.4%
  • TypeScript 28.7%
  • HTML 3.6%
  • JavaScript 0.3%