You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-11Lines changed: 7 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,20 +13,19 @@ A WebID is a URL you control and can use to sign in to Solid Apps.
13
13
14
14
Before running the app, set the `NEXT_PUBLIC_ADMIN_WEBID` environment variable in `.env.local`.
15
15
16
-
Environment variables
17
-
---------------------
16
+
### Creating a WebID
18
17
19
-
This project includes a `.env.example` file with the placeholders for environment variables used by the app (for example `NEXT_PUBLIC_BASE_URI`, `NEXT_PUBLIC_MANIFEST_RESOURCE_URI`, and `NEXT_PUBLIC_ADMIN_WEBID`).
18
+
If you don't have a WebID, you can choose from the Pod Providers listed on https://solidproject.org/get_a_pod.
20
19
21
-
Copy the example to a local env file and edit values before running the app
20
+
For example, you can signup for a WebID at https://start.inrupt.com/.
22
21
23
-
Note: `.env` and `.env.local` are ignored by git by default (see `.gitignore`), so you can keep private credentials locally without committing them. The `.env.example` file is safe to commit and documents which variables are required.
22
+
## Setting Environment Variables
24
23
25
-
### Creating a WebID
24
+
This project includes a `.env.example` file with the placeholders for environment variables used by the app: `NEXT_PUBLIC_BASE_URI`, `NEXT_PUBLIC_MANIFEST_RESOURCE_URI`, and `NEXT_PUBLIC_ADMIN_WEBID`.
26
25
27
-
If you don't have a WebID, you can choose from the Pod Providers listed on https://solidproject.org/get_a_pod.
26
+
Copy the `.env.example` to `.env.local` and edit the values before running the app.
28
27
29
-
For example, you can signup for a WebID at https://start.inrupt.com/.
28
+
Note: `.env` and `.env.local` are ignored by git by default (see `.gitignore`), so you can keep private credentials locally without committing them. The `.env.example` file is safe to commit and documents which variables are required.
30
29
31
30
32
31
## Run the App
@@ -54,6 +53,3 @@ Solid specifications include definitions for a [standard storage API](https://so
54
53
We stir away from hierarchical modelling, resource containment is designed to enable adequate access control of resources to serve functionality.
55
54
56
55
Manifests resources are publicly readable resources designed for traversal needs.
0 commit comments