Skip to content

Commit dd32fdb

Browse files
authored
Update README.md
1 parent c2f0893 commit dd32fdb

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# Build and Preview
2+
First, make sure you have `node` and `npm` installed on your computer. Enter the root directory of this repository,
3+
```
4+
npm install
5+
```
6+
to install the dependencies.
7+
```
8+
npm run preview
9+
```
10+
Look at the message in your console, find out the url and open it in your browser (it might be `localhost:3000`).
11+
112
# Update Guide
213

314
Lab members can update their bios, publications, and news on the website. The update is made through a pull request submitted by the member and approved by the website admin. Make sure your updates are accurate and properly formatted.

0 commit comments

Comments
 (0)