Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 193 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 193 Bytes

Backoffice

Based on Strapi.

Copy the .tmp/dev.db to .tmp/data.db.

cd cms
yarn develop

Log in with admin:123456789.

Frontend

Based on Next.js

cd next
yarn dev