Skip to content

opengisinfo/cms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

@opengis/cms

NPM version

Headless CMS for creating and managing the content of static websites

Features

  • Real-time Editing - Update content without stopping or reloading the website.
  • Page Templates - Use pre-created templates to quickly start your website.
  • Dashboard - Control panel for quick evaluation of key metrics.
  • Multi-user mode - Work together with a team on content in real time.
  • User Settings - Includes functionality for managing user settings, creating user groups, and defining roles with interface permissions.

Documentation

For a detailed understanding of cms, its features, and how to use them, refer to our Documentation.

Get started

Install

npm i @opengis/cms

Configuration

Configure .env file

node --env-file=.env.ip --env-file=.env server

Usage

import { getContents } from "@/utils/cms";

// Get posts from API
let postsData = await getContents("posts");

License

MIT

Releases

No releases published

Packages

No packages published