-
Notifications
You must be signed in to change notification settings - Fork 0
Development
Abhai Sasidharan edited this page Apr 16, 2021
·
1 revision
Currently, we have a Drupal BE, an Angular FE as well a React FE. Hoping to support more FE frameworks like Vue, Setting up the dev environment is quite easy:
git clone --recurse-submodules git@github.com:codingsasi/acephalous.git
cd drupal
lando start
lando composer install
lando rebuild // and open URL on the browser to continue the installation
// For angular
cd ../ng
npm install
ng serve // or npm start then go to http://localhost:4200
// For react
cd ../act
npm install
npm start // or npm start then go to http://localhost:3000