Skip to content

Commit a1cd368

Browse files
committed
[ADD] update instructions in README.md
1 parent f785363 commit a1cd368

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,19 @@
1-
# swomo-rss.github.io
1+
# Representing and Interacting with Non-Rigid Objects (RINO) Workshop Website
2+
3+
This repository contains the code to build the RINO Workshop website.
4+
5+
## Preview Locally
6+
7+
The website can be previewed locally before pushing changes to GitHub or deploying. The steps for this are as follows:
8+
9+
### 1. Clone and Start Local Server
10+
Make sure **Python 3** is installed. Then run:
11+
12+
```bash
13+
git clone https://github.com/rino-workshop/rino-workshop.github.io.git && \
14+
cd rino-workshop.github.io && \
15+
python3 -m http.server 8000
16+
```
17+
### 2. Open `http://localhost:8000` in a Web Browser
18+
19+
The `index.html` page should now be visible. Any changes made to the this file will be reflected on page refresh.

0 commit comments

Comments
 (0)