Skip to content
This repository was archived by the owner on Oct 5, 2023. It is now read-only.

Latest commit

 

History

History
23 lines (15 loc) · 680 Bytes

File metadata and controls

23 lines (15 loc) · 680 Bytes

Default Theme for AquilaCMS

This is the new default_theme for AquilaCMS. It's an Open Source ecommerce web application, 100% javascript with nodejs and MongoDB. This e-commerce store front use ReactJS 18 & nextJS 12.

TPD21

Getting Started

  • npm install
  • Copy and rename .env.sample to .env (if you build the theme, .env is created automatically)
  • Run the development server:
npm run dev
# or
yarn dev

Demonstration data are included in this theme (/demoDatas/).