Skip to content

unri-cs-students/playground

 
 

Repository files navigation

Ruangguru Playground

GitHub Super-Linter

banner


To generate repo without answer

  • go run cli/main.go answer remove -r backend or go run cli/main.go answer remove -r frontend
  • rsync -vhra . ../playground --include='**.gitignore' --exclude='/.git' --filter=':- .gitignore' --delete-after
  • cd ../playground
  • git add .
  • git commit -nm "(sync)"
  • git push

Adding or Modifying Assignment

  • Create or modify your assignment on your folder
  • Update file assignments.json
    • Assignment format should be:
      {
          "course": "<your course>",
          "path": "path/to/your/assignment/directory",
          "weight": 50.0
      }
  • Create pull request

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 63.1%
  • JavaScript 27.7%
  • HTML 7.1%
  • CSS 1.3%
  • SCSS 0.7%
  • Shell 0.1%