Skip to content

lelouchB/takeshape-next-blog

Repository files navigation

homepage

TakeShape

Demo blog made with TakeShape CMS and Next.js

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.