Skip to content

Commit

Permalink
Add note about new 'website' branch
Browse files Browse the repository at this point in the history
  • Loading branch information
c2d7fa committed Jun 26, 2022
1 parent 020f11c commit 9045a58
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,12 @@ Once you have the `thinktool` image, run it with the environment variables given
-p 80:80 \
thinktool

### Static website

The website is built using [NextJS](https://nextjs.org/) and hosted using
[Vercel](https://vercel.com/). It is automatically rebuilt from the `src/web`
directory whenever the `website` branch is pushed.

## Development

While working on Thinktool, most changes should be made in the `src/client`
Expand Down

0 comments on commit 9045a58

Please sign in to comment.