Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.
/ blog Public archive
generated from timlrx/tailwind-nextjs-starter-blog

Dopex Blog (Migrated to super)

License

Notifications You must be signed in to change notification settings

stryke-xyz/blog

Repository files navigation

Dopex Blog

Blog Quickstart

Powered by Next.js, TailwindCSS and Material UI. Blog posts are written on Storyblok and rendered on the app.

Pre-requisites

  • Node.js 16+
  • Yarn v1

Install dependencies

yarn

To link Storyblok to our app, setup an additional .env file:

NEXT_PUBLIC_STORYBLOK_KEY=<INSERT_KEY>

Once the packages are installed and the API key is setup, you can proceed to starting the app.

Build the app:

yarn build

Run the app:

yarn dev