Skip to content

Commit 1b89319

Browse files
committed
fix: update README clone URL and directory references
Point clone URL to com-480-data-visualization/MSV repo and update website/ references to docs/ after the rename.
1 parent e8a3a25 commit 1b89319

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,19 +40,19 @@ This project analyzes 24,063 perfumes from the Fragrantica dataset and 2,000+ eB
4040

4141
```bash
4242
# Clone the repository
43-
git clone https://github.com/alexandre-mrt/com-480-dataviz.git
44-
cd com-480-dataviz
43+
git clone https://github.com/com-480-data-visualization/MSV.git
44+
cd MSV
4545

4646
# Start a local server in the website directory
47-
cd website
47+
cd docs
4848
python3 -m http.server 8000
4949

5050
# Open http://localhost:8000 in your browser
5151
```
5252

5353
### Data preprocessing (optional)
5454

55-
The processed JSON files are already included in `website/data/`. To regenerate from raw CSVs:
55+
The processed JSON files are already included in `docs/data/`. To regenerate from raw CSVs:
5656

5757
```bash
5858
cd src
@@ -63,7 +63,7 @@ python3 compute_advanced_data.py
6363
## Project Structure
6464

6565
```
66-
website/ # Deployable website
66+
docs/ # Deployable website
6767
index.html # Main page with scrollytelling structure
6868
css/style.css # Dark luxury theme styles
6969
js/main.js # Scrollama setup, navigation, shared utilities

0 commit comments

Comments
 (0)