RamaLama web site.
Go to file
Jess Chitas 12dfa0cbf2
Merge pull request #95 from jessicachitas/main
fix navbar responsiveness
2025-05-21 15:52:35 +01:00
.github Bump actions/configure-pages from 4 to 5 2025-01-27 19:46:28 +00:00
dist new build 2025-02-24 15:25:48 +00:00
public Ensure the whole script is downloaded before executing 2025-05-15 11:40:16 +01:00
src fix navbar responsiveness 2025-05-21 15:50:39 +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
README.md Update README.md 2025-02-24 16:59:50 +00:00
eslint.config.js add website 2025-01-06 09:36:01 +00:00
index.html add comments and titles to code 2025-01-08 11:56:43 +00:00
package-lock.json Merge pull request #67 from containers/dependabot/npm_and_yarn/eslint-plugin-react-7.37.5 2025-05-21 10:24:29 +01:00
package.json Merge pull request #67 from containers/dependabot/npm_and_yarn/eslint-plugin-react-7.37.5 2025-05-21 10:24:29 +01:00
vite.config.js reconfigure vite.config.js for domain 2025-02-24 15:24:57 +00:00

README.md

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