jtorreggiani / nextjs-digital-ocean-contentful

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NextJS + Digital Ocean + Contentful

This is a Next.js project bootstrapped with create-next-app and design to be deployed on Digital Ocean and integrate with the Contentful CMS.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Digital Ocean

  1. Sign up for a Digital Ocean account.
  2. Visit https://cloud.digitalocean.com/apps/new
  3. Connect your repository via Github

Static sites

Digital Ocean will automatically detect the NextJS as a Node project. To deploy your app as a static site on Digital Ocean follow the Digtal Ocean Static Site Deployment Guide.

About


Languages

Language:TypeScript 81.9%Language:JavaScript 15.0%Language:CSS 3.1%