arayhan / ruangguru-camp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Go 60.4%Language:JavaScript 29.5%Language:HTML 7.4%Language:SCSS 1.3%Language:CSS 1.3%Language:Shell 0.1%Language:Makefile 0.0%