Skip to content
/ docs Public

Documentation for setting up and using the DMOJ judge.

Notifications You must be signed in to change notification settings

BruhGold/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

353 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DMOJ Documentation

Documentation for the DMOJ judge system.

Access at https://docs.dmoj.ca.

docs is served using docsify

Install venv

python -m venv .venv

Activate venv

source .venv/bin/activate # for Linux/MacOS ..venv\Scripts\activate.bat # for Windows command line ..venv\Scripts\Activate.ps1 # for Windows PowerShell

install node here

https://nodejs.org/

install docsify

npx docsify-cli init .

serve

npx docsify-cli serve ./docs

About

Documentation for setting up and using the DMOJ judge.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 26