Skip to content

Commit

Permalink
improvement(docs): Adds approximate project build time
Browse files Browse the repository at this point in the history
  • Loading branch information
kedarjoyner committed Nov 5, 2020
1 parent 16df5d0 commit ad7f44e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,14 @@ The website is built from two separate data sources: our own API for COVID data,
yarn setup
```

You can also run `yarn setup:api-data` if you just want to download data and not touch the `.env` file.
You can also run `yarn setup:api-repo"` if you just want to download data and not touch the `.env` file.

To run the website locally, use:

```shell
yarn develop
```
The project takes 8-10 minutes to build.

The site is now running at `http://localhost:8000`. Any changes you make to code is live-updated. There is a GraphQL preview tool available at `http://localhost:8000/___graphql` to see what data is exposed to the website.

Expand Down

0 comments on commit ad7f44e

Please sign in to comment.