Skip to content

PSUGraphicDesign/rule-62

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rule 62

Website for Rule 62, a nationwide substance abuse support channel for individuals and families.

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 rule-62.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/rule-62.sass:css/rule-62.css

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published