Skip to content

Commit

Permalink
Merge pull request #3
Browse files Browse the repository at this point in the history
Release v1.0.2
  • Loading branch information
limdingwen authored Aug 1, 2024
2 parents 4f1a8f4 + f0d12d1 commit 3ae359b
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,26 @@ NEXT_PUBLIC_REPOSITORY_URL="https://github.com/limdingwen/parliament-summary"

`NEXT_PUBLIC_REPOSITORY_URL` is the URL of the GitHub repository you want the site to link to.

#### Developing and Deploying

To develop the site locally with live-reload, run:

```sh
cd site
npm install
npm run dev
cd ..
```

To deploy the site to Cloudflare, run:

```sh
cd site
npm install
npm run deploy
cd ..
```

## To-dos

Please see the [issues](https://github.com/limdingwen/parliament-summary/issues) page to see what currently requires help.
Expand Down

0 comments on commit 3ae359b

Please sign in to comment.