My resume CLI emulator app
Go to file
b1ek fc10dcfe1b
add su command
2023-05-06 11:19:08 +10:00
src add su command 2023-05-06 11:19:08 +10:00
.gitignore remove yarn.lock from .gitignore 2023-05-05 00:54:44 +10:00
.parcelrc finally get it all to work 2023-03-22 22:23:59 +10:00
README.md add build instructions 2023-04-22 20:29:17 +10:00
build.py pass args to build command 2023-03-23 07:45:26 +10:00
install_and_build.sh fix install and build script 2023-03-22 20:35:22 +10:00
package.json fix script typo 2023-03-23 10:10:06 +10:00
yarn.lock remove yarn.lock from .gitignore 2023-05-05 00:54:44 +10:00

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.