Skip to content

Commit 251ad97

Browse files
authored
SR-176: RDF/JS Wrapper guide (#19)
1 parent cb2c2d6 commit 251ad97

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Solid + Next.js + RDF/JS Wrapper: Demo Application
2+
3+
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.

docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ Welcome! This site provides guides and resources to help you start building appl
88
- [Authenticating with a Node.js Script](guides/authenticating_with_a_script)
99
- [Demo Application using Solid + Next.js + LDO](guides/solid_nextjs_ldo_demo_application)
1010
- [Hosting the Community Solid Server in an Azure App Service](guides/hosting_the_community_solid_server_in_an_azure_app_service)
11+
- [Demo Application using Solid + Next.js + RDF/JS Wrapper](guides/solid_nextjs_wrapper_demo_application)

0 commit comments

Comments
 (0)