Skip to content

Weekly presentations by creative professionals, hosted by Friends of Graphic Design

License

Notifications You must be signed in to change notification settings

PSUGraphicDesign/show-and-tell

Repository files navigation

Show and Tell

Show and Tell is a weekly event series put on by Friends of Graphic Design, at Portland State University

Getting Started

You'll need to add two environment-specific files to your project. Please request them from a project administrator.

To launch the app, navigate to its root folder in the terminal…

cd /path/to/the/project

Then, use PHP's Simple Server to launch the app:

php -S localhost:8000

PHP will let you know the server has started normally. Point your browser to http://localhost:8000 and check it out!

Requests for show-and-tell.css will fail until the Sass stylesheets are compiled.

Switch to the assets folder, then use Sass's watch command:

cd assets
sass --watch sass/show-and-tell.sass:css/show-and-tell.css

About

Weekly presentations by creative professionals, hosted by Friends of Graphic Design

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published