Resume for Omar Ebrahim, created in Svelte.
Install the dependencies...
cd resume
npm install
...then start Rollup:
npm run dev
Navigate to localhost:8080.
Yes, this is a website. BUT, it is also a resume. To turn this into an actual file, simply 'print' the webpage, and save to PDF!
To create an optimised version of the app:
npm run build
You can run the newly built app with npm run start
. This uses sirv.