Skip to content

Commit

Permalink
Update instructions for development regarding TailwindCSS
Browse files Browse the repository at this point in the history
  • Loading branch information
cszach committed Oct 15, 2023
1 parent d41a173 commit c54657e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@ Just start a local server! e.g.
python3 -m http.server
```

## 🚧 Development

When developing the website, in addition to starting a local server like in the
above step, you also need to build TailwindCSS:

```shell
npm run tailwindcss
```

## 🌳 Branches

- `dev`: the main development branch; all code gets branched from and merged
Expand All @@ -43,3 +52,4 @@ website. Please see [the final website project][project] for task tracking.
👨‍💻 Alvin
👨‍💻 Tom
👨‍💻 Anthony
👨‍💻 Farouq

0 comments on commit c54657e

Please sign in to comment.