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
This is a tutorial on how to create a Solid Application using [Next.js](https://nextjs.org/), [RDF/JS Wrapper](https://github.com/rdfjs/wrapper) and [ACP](https://solidproject.org/TR/acp).
4
+
5
+
The following instructions are meant to guide you through running the Solid Next Wrapper Demo Application ([code is available on github](https://github.com/solid/solid-next-wrapper-demo)).
6
+
7
+
## Prerequisite
8
+
9
+
Download the [solid/solid-next-wrapper-demo](https://github.com/solid/solid-next-wrapper-demo/) code on GitHub.
10
+
11
+
## How To
12
+
13
+
Follow the [README instructions](https://github.com/solid/solid-next-wrapper-demo) to setup and run the demo app.
14
+
15
+
The application code is commented to help you understand and learn a simple solid application development pattern.
16
+
17
+
## About Solid Servers
18
+
19
+
The Solid Next Wrapper application runs a [Community Solid Server](https://communitysolidserver.github.io/CommunitySolidServer/latest/) (CSS) instance in development.
20
+
21
+
It is easy to configure an alternative solid server via the environment variable `NEXT_PUBLIC_BASE_URI`.
22
+
23
+
When you want to run a similar application in production, you will want to configure it so that it uses a solid server available via the internet instead of localhost.
24
+
25
+
You could [create a Pod](https://solidproject.org/get_a_pod) with one of the existing providers.
26
+
27
+
Or you could host your own Pod with the Community Solid Server.
28
+
29
+
You can follow the instructions in [solid/css-azure-app-service](https://github.com/solid/css-azure-app-service) to deploy the CSS to Azure.
0 commit comments