Giter Site home page Giter Site logo

virtual / shoreline Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 54.38 MB

Shoreline Community College website redesign with Github Page demo

Home Page: https://virtual.github.io/shoreline/

PHP 0.09% JavaScript 4.88% SCSS 30.76% Blade 64.26%
jigsaw scss bootstrap4

shoreline's Introduction

Shoreline Refresh

Development

  • cd ~/Homestead
  • vagrant up
  • vagrant ssh - log in to vagrant
  • cd code/test
  • npm run watch or npm run watch-poll - Watch and compile changes, must be done from vagrant server
  • use http://localhost:3000/ for dev

Put on Github:

  • rm -rf docs
  • npm run prod
  • npm run docs

Autoprefixed CSS

  • Uncomment lines 21-26 in webpack.mix.js (postCss)
  • npm run prod
  • Get CSS from assets/css/main-support.css
  • Comment lines 21-26 in webpack.mix.js (postCss)

Stylelinting

  • All .scss comments should be on their own line to prevent bugs
  • npx stylelint source/_assets/sass/FILE.scss --fix to autofix

New Dev Environments

  • Install Vagrant and VirtualBox per Laravel Homestead guide, currently using Ubuntu 16.04.3 LTS (GNU/Linux 4.4.0-112-generic x86_64)
  • cd ~/Homestead
  • vagrant up (and if everything's missing reload provision)
  • Add site path (homestead.test) to /etc/hosts192.168.10.10 shoreline.test
  • Add path to /etc/hosts
  • npm install or see Windows (below) if errors
  • composer install (untested)

Windows:

  • Add site path to C:\Windows\System32\drivers\etc\hosts
  • npm install --no-bin-links from Windows bash (or npm update --no-bin-links for updates)
  • sudo npm rebuild node-sass --no-bin-links from Vagrant bash
  • browser-sync start -p "shoreline.test" -f "build_local, assets" from Windows bash (http://localhost:3000/)
  • Add to vagrant file: config.vm.network :forwarded_port, guest: 3000, host: 3000, auto_correct: true (reload prov)

shoreline's People

Contributors

virtual avatar dependabot[bot] avatar

Stargazers

 avatar Casey Strouse avatar

Watchers

Siriprapa_Z avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.