Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 525 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 525 Bytes

acore-reactive-cms

A ReactJS CMS for acore-cms and the azerothcore NestJS API

This is being built with React Router 7. Using it as a framework.

Development

  • Clone the theme repo inside the packages folder
  • Install dependencies with: pnpm install
  • Start the dev server with: pnpm run dev

Deployment

First, build your app for production:

pnpm run build

Make sure to deploy the output of pnpm run build

  • app/website/build/server
  • app/website/build/client