Skip to content

Calvin-LLC/walrus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Walrus

A local resume builder. Keep one library of jobs, projects, skills, certifications, and awards. Build each resume by picking which entries go in. Optional Gemini review on any entry before you commit it.

Install and run

You need Node.js 22.5 or newer. Check with node --version.

npm install
npm start

The server listens on 127.0.0.1:3000 and your default browser opens automatically. On first run the app creates the SQLite database, the env file, and copies Bootstrap into public/vendor/.

Optional features

Both are off by default.

For AI review, paste a Gemini API key into the Settings panel inside the app. The free tier from https://aistudio.google.com/app/apikey is enough.

For LaTeX PDF export, install Tectonic or any TeX distribution. If you skip this, the browser print dialog still produces a usable PDF.