Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 398 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 398 Bytes

Backend : Strapi is an open-source, flexible, and scalable headless CMS that lets you manage and expose content via APIs. Learn about its features, advantages, use cases, and how it compares with traditional CMS.

Running the backend in development mode:
cd backend
npm install
npm run develop

Running the frontend in development mode:

cd intellectia-blog

npm install

npm run dev