Develop QuizMS
Download and compile
quizms:sh$ git clone git@github.com:olimpiadi-informatica/quizms.git $ pushd quizms $ yarn # install dependencies $ yarn build # compile the project, you can use `yarn watch` to automatically recompile $ yarn link # create a symlink to quizms $ popdDownload a project to test
quizmson:sh$ git clone ... $ pushd ... $ yarn # install dependencies $ yarn link @olinfo/quizms # install the local version of quizmsStart the development server:
sh$ yarn dev