Este proyecto esta creado con Strapi, un CMS headless de código abierto basado en Node.js para gestionar contenidos y ponerlos a disposición a través de una API totalmente personalizable. Está diseñado para construir APIs Node.js prácticas y listas para producción en horas en lugar de semanas.
El primer paso para ejecutar el proyecto en instalar las dependencias.
npm install
# o
yarn install
Strapi viene con un completo Command Line Interface (CLI) que te permite andamiar y gestionar tu proyecto en segundos.
Inicia tu aplicación Strapi con autoReload habilitado. Más información
npm run develop
# o
yarn develop
Inicia tu aplicación Strapi con autoReload desactivado. Más información
npm run start
# o
yarn start
Construye tu panel de administración. Más información
npm run build
# o
yarn build
Strapi te da muchas opciones posibles de despliegue para tu proyecto. Find the one that suits you on the deployment section of the documentation.
- Resource center - Strapi resource center.
- Strapi documentation - Official Strapi documentation.
- Strapi tutorials - List of tutorials made by the core team and the community.
- Strapi blog - Official Strapi blog containing articles made by the Strapi team and the community.
- Changelog - Find out about the Strapi product updates, new features and general improvements.
Feel free to check out the Strapi GitHub repository. Your feedback and contributions are welcome!
- Discord - Come chat with the Strapi community including the core team.
- Forum - Place to discuss, ask questions and find answers, show your Strapi project and get feedback or just talk with other Community members.
- Awesome Strapi - A curated list of awesome things related to Strapi.