Skip to content

Commit 27d3ffd

Browse files
committed
Remove old instructions on readme (delete .env) #2
1 parent 62621ce commit 27d3ffd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,11 @@ This project aims to create a nice and updated UI for ClickHouse databases. It p
2222
```bash
2323
git https://github.com/caioricciuti/ch-ui.git
2424
cd ch-ui
25-
cp .env.example .env (and fill the variables)
2625
npm install
27-
npm start
26+
npm run build
27+
28+
** preview **
29+
npm run preview
2830

2931
** debug **
3032
npm run dev

0 commit comments

Comments
 (0)