Skip to content

Commit

Permalink
Update packages and read me
Browse files Browse the repository at this point in the history
  • Loading branch information
ay8s committed Oct 5, 2022
1 parent 1302321 commit e655619
Show file tree
Hide file tree
Showing 4 changed files with 1,384 additions and 1,302 deletions.
9 changes: 9 additions & 0 deletions .env.sample
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
NEXT_PUBLIC_SITE_KEY=f1
NEXT_PUBLIC_CURRENT_YEAR=2022
NEXT_PUBLIC_GOOGLE_VERIFICATION=
NEXT_PUBLIC_MAINTENANCE_MODE=false
NEXT_PUBLIC_PLAUSIBLE_KEY=
NEXT_PUBLIC_LISTMONK_USERNAME=
NEXT_PUBLIC_LISTMONK_PASSWORD=
NEXT_PUBLIC_LISTMONK_LIST_ID=
NEXT_PUBLIC_LISTMONK_URL=
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ _The second edition of [f1calendar.com](https://f1calendar.com)_

## Running Locally

Use .env.sample as a template to set your environment variables, the key ones are NEXT_PUBLIC_SITE_KEY and NEXT_PUBLIC_CURRENT_YEAR. Once set rename the file to .env.local.

Then run the following command to spin up a local server...

```
npm run dev
```
Expand Down
Loading

0 comments on commit e655619

Please sign in to comment.