https://github.com/jasonz1987/jasonz-website-backend
strapi cms for blog
https://github.com/jasonz1987/jasonz-website-backend
headless-cms strapi strapi-cms
Last synced: 6 months ago
JSON representation
strapi cms for blog
- Host: GitHub
- URL: https://github.com/jasonz1987/jasonz-website-backend
- Owner: jasonz1987
- Created: 2023-09-12T12:46:28.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-26T08:35:07.000Z (7 months ago)
- Last Synced: 2024-11-26T09:31:47.507Z (7 months ago)
- Topics: headless-cms, strapi, strapi-cms
- Language: JavaScript
- Homepage: https://www.jason-z.com
- Size: 939 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🚀 关于项目
本项目是我的个人网站([https://www.jason-z.com](https://www.jason-z.com))的基于`strapi`后端源码。
### `开发`
Start your Strapi application with autoReload enabled. [Learn more](https://docs.strapi.io/dev-docs/cli#strapi-develop)
```
npm run develop
# or
yarn develop
```### `start`
Start your Strapi application with autoReload disabled. [Learn more](https://docs.strapi.io/dev-docs/cli#strapi-start)
```
npm run start
# or
yarn start
```### `build`
Build your admin panel. [Learn more](https://docs.strapi.io/dev-docs/cli#strapi-build)
```
npm run build
# or
yarn build
```## ⚙️ Deployment
## 📚 更多
- [Strapi官方文档](https://docs.strapi.io) - Official Strapi documentation.
- [Changelog](https://strapi.io/changelog) - Find out about the Strapi product updates, new features and general improvements.Feel free to check out the [Strapi GitHub repository](https://github.com/strapi/strapi). Your feedback and contributions are welcome!
## ✨ Community
- [Discord](https://discord.strapi.io) - Come chat with the Strapi community including the core team.
- [Forum](https://forum.strapi.io/) - Place to discuss, ask questions and find answers, show your Strapi project and get feedback or just talk with other Community members.
- [Awesome Strapi](https://github.com/strapi/awesome-strapi) - A curated list of awesome things related to Strapi.---
🤫 Psst! [Strapi is hiring](https://strapi.io/careers).