b1ek 2f3ccae2f4 | ||
---|---|---|
src | ||
.gitignore | ||
.parcelrc | ||
README.md | ||
build.py | ||
install_and_build.sh | ||
package.json | ||
yarn.lock |
README.md
resume.js
Resume.JS is an in-browser CLI emulator that acts as my resume.
Perhaps you could use this codebase to make your own resume without wasting a few days on implementing basic terminal.
This was originally a part of homepage.js, but I decided to move it to an external repository.
Building
$ git clone git.blek.codes/blek/resume.js resume && cd resume
$ yarn install
$ yarn build
This project uses yarn
to manage dependencies, and it must be used instead of npm
.
However, you can use npm
, but it is not guaranteed that everything will work fine if you use it.