fix navbar responsiveness |
||
---|---|---|
.github | ||
dist | ||
public | ||
src | ||
.DS_Store | ||
.gitignore | ||
README.md | ||
eslint.config.js | ||
index.html | ||
package-lock.json | ||
package.json | ||
vite.config.js |
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