Skip to content

Commit 64f1751

Browse files
committed
update README
Signed-off-by: Jess Chitas <[email protected]>
1 parent fd3a01a commit 64f1751

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,18 @@
22

33
Welcome to the RamaLama website repo!
44

5-
If you would like to contribute to the website, please create a pull request!
5+
If you would like to contribute to the website, please fork this project and create a pull request!
6+
7+
## How to install and run
8+
9+
Clone the repo:
10+
`git clone https://github.com/containers/ramalama.ai.git`
11+
12+
Once installed, cd into the folder:
13+
`cd ramalama.ai`
14+
15+
Run a fresh install of npm:
16+
`npm install`
17+
18+
Run the website locally:
19+
`npm run dev`

0 commit comments

Comments
 (0)