An open API service indexing awesome lists of open source software.

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

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
```