Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 423 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 423 Bytes

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.ai.git

Once installed, cd into the folder:

cd ramalama.ai

Run a fresh install of npm:

npm install

Run the website locally:

npm run dev