stryke-xyz / blog

Dopex Blog (Migrated to super)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Dopex Blog (Migrated to super)

License:MIT License


Languages

Language:TypeScript 83.5%Language:JavaScript 14.8%Language:CSS 1.6%Language:Shell 0.1%