Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mehulmpt/ghost-cms-nextjs
https://github.com/mehulmpt/ghost-cms-nextjs
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mehulmpt/ghost-cms-nextjs
- Owner: mehulmpt
- Created: 2020-10-05T13:51:44.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-05T13:54:05.000Z (about 4 years ago)
- Last Synced: 2024-08-02T14:09:00.084Z (4 months ago)
- Language: TypeScript
- Size: 86.9 KB
- Stars: 49
- Watchers: 2
- Forks: 24
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - mehulmpt/ghost-cms-nextjs - (TypeScript)
README
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
You can start editing the page by modifying `pages/index.js`. The page auto-updates as you edit the file.
## Changes
Please make sure to update your Ghost API keys and your blog URL according to where you have deployed your Ghost CMS. You can watch the [building and deployment process here](https://www.youtube.com/watch?v=1SYU1GorO6Y)