Skip to content

Commit

Permalink
Updated readme images and version (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhisaha1 committed Mar 19, 2022
1 parent 2ad4e48 commit eb49d87
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 192 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Letterpad Admin is the dashboard for publishing blogs.

## Features

- High performant API.
- High performant GraphQL API.
- Uses Graphql, React Apollo, NextJS and Prisma
- Uses TinyMCE editor, specially composed for Letterpad
- Theme customisation (css) from Dashboard.
Expand Down Expand Up @@ -100,6 +100,7 @@ To learn more about Next.js, take a look at the following resources:
## Letterpad Client

We also have a letterpad client which you can find in [this repository](https://github.com/letterpad/letterpad-client). The letterpad client is a simple react application which uses the graphql API of letterpad to render a public facing blog.

Demo: https://demo.letterpad.app

Letterpad Admin provides a client key which can be found in settings. If you want to host the client in a different domain, then you should set this client_key in `next.config.js`.
Expand Down
Binary file modified demo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
189 changes: 0 additions & 189 deletions next-babel-patched.js

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "letterpad-admin",
"version": "2.2.0",
"version": "3.0.0",
"author": "Abhishek Saha",
"license": "MIT",
"scripts": {
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from "react";
import { AppProps } from "next/app";
import type { Page } from "../page";
import "lazysizes";
import "../../styles/globals.css";
import "../../public/css/globals.css";
import withSessionProvider from "@/hoc/withSessionProvider";
import { ApolloProvider } from "@apollo/client";
import { apolloBrowserClient } from "@/graphql/apolloBrowserClient";
Expand Down

0 comments on commit eb49d87

Please sign in to comment.