Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 319 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 319 Bytes

MDX Powered Blog with Contentlayer and Next.js

Stay Awesome

Running locally

  1. Clone the repo
git clone https://github.com/gitonga-deus/cuddly-engine.git
  1. Go to project directory
cd cuddly-engine/
  1. Install dependencies
npm install
  1. Run the development server
npm run dev