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
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,14 @@ The source code currently covers Halogen 7 with PureScript 0.15, but there are v
19
19
20
20
If you have found this repository and the guide useful, please consider [becoming a sponsor](https://github.com/sponsors/thomashoneyman)!
21
21
22
+
# ⚠️ Upstream Maintenance Notice (Spring 2025)
23
+
24
+
This repository provides a PureScript frontend that was intended to point to a spec-compliant, public, RealWorld backend.
25
+
26
+
However, the upstream RealWorld project is [no longer maintained](https://github.com/gothinkster/realworld/issues/1611) and the public API service implementing the RealWorld spec is no longer operational. The instructions below _will not work_ by default.
27
+
28
+
If you wish to proceed, you will need to work out another option for accessing a RealWorld API (such as self-hosting locally). You can consider using one of the [RealWorld backends](https://codebase.show/projects/realworld?category=backend).
0 commit comments