No description
  • HTML 98.2%
  • JavaScript 1.1%
  • CSS 0.7%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-07-21 16:18:49 +00:00
.github Bump actions/setup-node from 6 to 7 2026-07-17 09:31:48 +00:00
dist prep for docs link 2025-11-21 22:39:20 -06:00
e2e Add CI workflow with lint, build, and smoke test 2026-07-16 20:34:00 +01:00
public Docs: sync from containers/ramalama@e7b80033af 2026-07-21 16:18:49 +00:00
src Add CI workflow with lint, build, and smoke test 2026-07-16 20:34:00 +01:00
.DS_Store add responsive logo to nav 2025-05-20 17:18:51 +01:00
.gitignore add .DS_Store to .gitignore 2025-05-20 17:17:23 +01:00
eslint.config.js Add CI workflow with lint, build, and smoke test 2026-07-16 20:34:00 +01:00
index.html add comments and titles to code 2025-01-08 11:56:43 +00:00
package-lock.json Bump vite from 8.1.4 to 8.1.5 2026-07-17 09:32:40 +00:00
package.json Bump vite from 8.1.4 to 8.1.5 2026-07-17 09:32:40 +00:00
playwright.config.js Add CI workflow with lint, build, and smoke test 2026-07-16 20:34:00 +01:00
README.md Update README.md 2025-02-24 16:59:50 +00:00
vite.config.js prep for docs link 2025-11-21 22:39:20 -06:00

RamaLama Website

Welcome to the RamaLama website repo!

If you would like to contribute to the website, please fork this project and create a pull request!

How to install and run

Clone the repo:

git clone https://github.com/containers/ramalama.github.io.git

Once installed, cd into the folder:

cd ramalama.github.io

Run a fresh install of npm:

npm install

Run the website locally:

npm run dev