Skip to content

Commit

Permalink
README.md: Add contributing instructions for React site
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrxyz committed Nov 27, 2024
1 parent f906191 commit 7808b99
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,15 @@ about our laboratory, our research, and our members.

## Contributing

Currently, our website is a static site, meaning that you can work on the latest
version of the site by just opening `index.html`.
To setup and run the website:

```
npm install
npm run start
```

To build the website:

```
npm run build
```

0 comments on commit 7808b99

Please sign in to comment.