https://github.com/aelfproject/aelf-strapi-cms
CMS & API for Product and operations team
https://github.com/aelfproject/aelf-strapi-cms
Last synced: about 1 year ago
JSON representation
CMS & API for Product and operations team
- Host: GitHub
- URL: https://github.com/aelfproject/aelf-strapi-cms
- Owner: AElfProject
- Created: 2020-05-25T13:31:03.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-25T08:13:10.000Z (about 3 years ago)
- Last Synced: 2023-05-25T09:24:41.493Z (about 3 years ago)
- Language: JavaScript
- Size: 623 KB
- Stars: 1
- Watchers: 7
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Strapi application
A quick description of your strapi application
## How to start
### Dev
```bash
npm run build
npm run start
# npm run develop
```
### Production
Install pm2
```bash
npm run build
npm run pm2
```