lelouchB / takeshape-next-blog

Demo blog made with TakeShape CMS and Next.js

Home Page:takeshape-next-blog.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

homepage

TakeShape

Demo blog made with TakeShape CMS and Next.js

Tutorial: How to build a blog with NextJS and TakeShape

Quickstart

Deploy To TakeShape

  1. Use the "Deploy to TakeShape" button to create the project in TakeShape.

  2. Set up and run the client application

    1. git clone https://github.com/lelouchB/takeshape-next-blog && cd takeshape-next-blog
    2. npm install - This will install all dependencies
  3. Rename .env.example to .env and add your TakeShape project's id and API key to it.

TAKESHAPE_API_KEY=
TAKESHAPE_PROJECT=
  1. Run the development server:
npm run dev
# or
yarn dev

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

Learn More

Next.js project bootstrapped with create-next-app.

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 Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

About

Demo blog made with TakeShape CMS and Next.js

takeshape-next-blog.vercel.app

License:MIT License


Languages

Language:JavaScript 54.6%Language:CSS 44.8%Language:Shell 0.6%