Skip to content
This repository has been archived by the owner on Nov 28, 2018. It is now read-only.

Opentrons/sandbox-frontend

Repository files navigation

Sandbox-Frontend

###Initial SASS and Python Integration

======

This repo is meant to be a starting point for integrating front end SASS framework with concurrently built back end.

  • Download code.

  • Open code directory in Terminal console.

  • Create Virtualenv (only needs to be run once).

      virtualenv venv
    
  • Initial PIP requirements install / Or when you need to update Python modules after modifying requirements.txt

      . runpip
    

    The runpip file is a helper file and has the following commands

      . venv/bin/activate
      pip install -r requirements.txt
    
  • Start the Server & Activate the Virtualenv if not already active.

      . start
    

    The start file has the following commands

      . venv/bin/activate
      foreman start
    
  • If successful you can navigate to https://localhost:5000.

=======

  • Install Compass

  • SASS routes can be found and edited in config.rb

      cd /YOURDIRECTORY
      compass watch
      OR
      compass compile
    

About

Initial SASS and Python Integration

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published