Skip to content

nicolasazrak/OS3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OS3 Build Status

Operating System Scheduler Simulator

Instalación

Para poder usar OS3 solamente se necesita un navegador. El archivo index.html ya está listo para ser ejecutado. Para modificar cualquier cosa es necesario instalar node, watchify, browserify, uglifyjs, y npm

git clone git@github.com:nicolasazrak/OS3.git
cd OS3
npm install -g watchify browserify uglifyjs
npm install
npm run watch

Tests

Para ejecutar los tests, se necesita mocha. Pueden ejecutarse con:

npm install -g mocha
npm run test

About

Operating System Scheduling Simulator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages