mirror of
https://github.com/containers/ramalama.github.io
synced 2026-07-22 19:43:42 +00:00
No description
- HTML 98.2%
- JavaScript 1.1%
- CSS 0.7%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .github | ||
| dist | ||
| e2e | ||
| public | ||
| src | ||
| .DS_Store | ||
| .gitignore | ||
| eslint.config.js | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| playwright.config.js | ||
| README.md | ||
| vite.config.js | ||
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