Showcase your progress with the Open Source Society University's Computer Science curriculum.
Currently only Introduction to Computer Science and Core CS courses are included.
Copy src/index.html.example to src/index.html
and src/progress.json.example to src/progress.json
Alter progress.js to reflect your current progress with the course
Use the following statuses:
- todo
- doing
- done
Add your name and contact info to ./index.html
Run npm install and npm run build
Note: the
buildscript assumes that you will deploy it in the root of your site.
To deploy it in a subfolder usenpm run build-subfolder(replace the part after--public-urlwith your subfolder name)
Tip: to try it out locally run
npx serve dist
Deploy contents of ./dist to a static server
Setup: npm install in the root folder
Source files are located in the ./src folder
After altering files npm run build