Web based fronted related code for BuildPC project.
All the code in the master branch is deployed to the DigitalOcean server after confirming the code works. You may access to the deployed site from this link.
please do not push non-working code to the master branch!
- download and install php7.4.0 from this link. Note, please copy all the files to
C:\phpfor an easy installation. - cd into
C:\phpand in php.ini file enable extension=fileinfo, extension=openssl, extension=pdo_mysql, extension=pdo_sqlite by removing the comma(;) at the beginning of the respective lines. - add
C:\phpand all of its sub-directories toEnvironmental Variablesof the user or system. - download and install composer from this link.
- download and install nodejs 13.3.0 from this link.
- clone the repo (duh!) and cd into the folder.
- run "npm install" to have webpack mix
- make sure "npm run dev" successfully runs.
- enjoy the laravel.
- Changes made can be direcly pushed to the repo! (Make sure you push into a branch rather than the master.)
If you have any questions please feel free to open an issue ask there!