Skip to content

Commit 04d3223

Browse files
committed
readme: minor edits
1 parent 79e3be1 commit 04d3223

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ A modern, fast, and maintainable website for the Saez Lab built with Astro, Reac
1616

1717
```
1818
src/
19-
├── components/ # React components
19+
├── components/ # React components
2020
├── content/ # Content files (MDX, JSON)
2121
├── layouts/ # Layout components
2222
├── pages/ # Astro pages
2323
├── styles/ # Global styles
24-
└── lib/ # Utility functions
24+
└── lib/ # Utility functions
2525
```
2626

2727
## Getting Started
@@ -35,8 +35,8 @@ src/
3535

3636
1. Clone the repository:
3737
```bash
38-
git clone https://github.com/saezlab/website.git
39-
cd website
38+
git clone https://github.com/saezlab/saezlab.org.git
39+
cd saezlab.org
4040
```
4141

4242
2. Install dependencies:
@@ -49,7 +49,7 @@ src/
4949
# Create .env file
5050
echo "GH_TOKEN=your_github_personal_access_token" > .env
5151
```
52-
The `GH_TOKEN` is required for fetching GitHub team data. [Create a token here](https://github.com/settings/tokens).
52+
The `GH_TOKEN` is required for fetching GitHub team data. [Create a token here](https://github.com/settings/personal-access-tokens/new). Create a "classic" token, as this token is not for the repo, but to fetch internal data of the organization. When setting the permissions, select the items under the "org" scope.
5353

5454
4. Start the development server:
5555
```bash
@@ -158,4 +158,4 @@ The site can be deployed to any static hosting service. For example, to deploy t
158158
2. Create a feature branch
159159
3. Commit your changes
160160
4. Push to the branch
161-
5. Create a Pull Request
161+
5. Create a Pull Request

0 commit comments

Comments
 (0)