#CreateCafe.ca
- Clone this repository:
git clone https://github.com/Createcafe3d/CreateCafe.ca.git
- Install php 7.0 or later
- ensure your PHP directory is added to your path (this should be an option when you install it)
- (Optional) Install SASS, a CSS extension language, by following the instructions on the SASS website
- ensure your SASS directory is added to your path (this should be an option when you install it)
- Run the PHP server
- open a terminal or command console window
- navigate to the cc3d directory
- Type
php -S localhost:8989
to start the server
- (Optional) To compile SCSS to CSS:
- open a seperate terminal/console window
- enter the css directory
- run
sass --watch .:.
- Go to http://localhost:8989 in your browser