Open floodsk opened 7 years ago
@floodsk This has been addressed.
Using the terminal app do the following:
cd
with the path to where you downloaded the portfolio repo. No worries if you don't know it if you find the repo in the finder app you can drag the folder named portfolio into the terminal app and it will place the path info for you. NOTE: Remember to type cd
+ a space character.git pull origin master command
to get the latest changes.git pull
is done you can then run php -S localhost:8080
to start a PHP development server.localhost:8080
in a browser URL bar and see your local website running.ctrl + c
in the terminal where you ran the php -S localhost:8080
when you are done this will deactivate the development server.Now the font isn't the right family: should be Oswald, not roboto
@floodsk Font settings should be fixed.
Using the terminal app do the following:
cd
with the path to where you downloaded the portfolio repo. No worries if you don't know it if you find the repo in the finder app you can drag the folder named portfolio into the terminal app and it will place the path info for you. NOTE: Remember to type cd + a space character
.git pull origin master
command to get the latest changes.git pull
is done you can then run php -S localhost:8080
to start a PHP development server.localhost:8080
in a browser URL bar and see your local website running.ctrl + c
in the terminal where you ran the php -S localhost:8080
when you are done this will deactivate the development server.
Environment : interior page break point: 991 and down
Category font weight is normal right now, should be "medium"