Skip to content

IfyN/storyblok-nextjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Storyblok App

A sample project built with NextJS showing how to manage and modify content that is stored within Storyblok

Description

The project is built with NextJS and Storyblok is used for the stories.

Getting Started

Requirements

Running the project

Clone the project

git clone https://github.com/IfyN/storyblok-nextjs.git

Installation

The dependencies are in the package.json file. After cloning, Install dependencies by running these commands:

cd storyblok-nextjs npm install

Environment variables

In the .env.local.example, you can find the environment variables needed for the project. They are:

PREVIEW_TOKEN=

Copy all of these environment variables to .env and replace the values with your own.

Running the server

npm start

The application can be run on localhost:5001.

Author

[Ifeoma Nwosu(https://github.com/IfyN)

License

This project is licensed under the MIT License - see the LICENSE.md file for more information.

Releases

No releases published

Packages

No packages published