Skip to content

Commit 793404b

Browse files
committed
added basic dev server instructions back into site README
1 parent 5bfb7b4 commit 793404b

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

mlflow-site/README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
## Getting Started
2+
3+
First, run the development server:
4+
5+
```bash
6+
npm run dev
7+
# or
8+
yarn dev
9+
# or
10+
pnpm dev
11+
# or
12+
bun dev
13+
```
14+
15+
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

0 commit comments

Comments
 (0)