Skip to content

bn-enginseer/ant-chart-demo

Repository files navigation

Brand New App

Installation

CMS

Run

yarn start

from packages/cms package.json script.

Strapi will be accessible on [http://localhost:1337/admin]. Content should be there with local database. You can find it in[http://localhost:8080/admin/plugins/content-manager/singleType/application::website.website](Website type) in left sidebar menu Content fallback backed up in website in case of API unavailability.

Website

To use content from API, use hook

import { useContent } from 'packages/website/src/containers/CMS'

const {
  website: { navigation, sections, sliders, pages },
} = useContent()

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published