Making-Websites-With-October-CMS
Making-Websites-With-October-CMS copied to clipboard
how can i migrate to my localsite
when i down to code to my local
how can i run it,may i need the database file
Do you mean if you download this repository? Then you would not need database. Because the DB is in the repo. But when you download it you would need to run npm install
and php composer install
to install all the php and JS dependencies. Also you have to set up some kind of development server, like XAMP, MAMP, Vagrant etc.