Assembly is a five-day exploration of art and social practice.
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/projectThen, use PHP's Simple Server to launch the app:
php -S localhost:8000PHP will let you know the server has started normally. Point your browser to http://localhost:8000 and check it out!
Requests for assembly.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/assembly.sass:css/assembly.css