krishaamer / next-js-blog-with-comments

Home Page:next-js-blog-with-comments-krishaamer.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Next.js blog with comment section

This is a demo of how to add a simple comment section to blog post using Next.js, Sanity.io, and Vercel.

Running the front-end

Rename the .env.test file to .env and store the environment variables that Next and Sanity will use to pull data from the Sanity API. You can get or create the tokens, ids, and secrets from manage.sanity.io.

Once those env variables are ready, you can run the following commands to get Next's development server up and running:

npm install

# Run the frontend
npm run dev

# Run the Studio
npm run start:sanity

The blog will be running at http://localhost:3000, the Studio will run at http://localhost:3333.

About

next-js-blog-with-comments-krishaamer.vercel.app


Languages

Language:JavaScript 98.5%Language:CSS 1.5%