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.
- Server Environment: NodeJS
- Package manager: Yarn
- Core programming language: JavaScript
- CMS: Strapi open source headless CMS
- Database: PostgreSQL
- Code quality: Eslint, Prettier
- Dev: strapi.landing.dev.app.astrodao.com
- Production:
- Clone the repo:
git clone [email protected]:near-daos/astro-cms-landing.git
- Open the repo folder:
cd astro-cms-landing
- Install dependencies:
yarn
- 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