Astro website CMS

CMS and API gateway for Astro website

Main features:

  • Astro website content management system based on Strapi CMS.
  • Provide API endpoints to interact with Astro website data.

Tech Stack

Links


Getting Started

Local Development

  1. Clone the repo:
git clone git@github.com:near-daos/astro-cms-landing.git
  1. Open the repo folder:
cd astro-cms-landing
  1. Install dependencies:
yarn
  1. Start the application

develop

Start the application with autoReload enabled.

yarn develop

start

Start the application with autoReload disabled.

yarn start

build

Build your admin panel.

yarn build