diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..12e2a23 --- /dev/null +++ b/.env.example @@ -0,0 +1,2 @@ +# https://digitransit.fi/en/developers/api-registration/ +DIGITRANSIT_TOKEN= diff --git a/README.md b/README.md index fd8acdd..c69ff66 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,8 @@ npm install npm run dev ``` +To set up the correct environment variables, rename `.env.example` to `.env` and fill in your `DIGITRANSIT_TOKEN`. You can obtain a token by following [this guide](https://digitransit.fi/en/developers/api-registration/). + ## Project structure Slides are defined as parallel routes in [`src/app/(infoscreen)/layout.tsx`]()