/islaandchris.com

Wedding website for Isla and Chris

Primary LanguageJavaScript

Basic Bro!

Copied from FastShell which was inspired by FireShell

This is just a project to have a simple Sass, HTML5, and JS boilerplate that used livereload-like functionality. This is not intended to be better than the projects it is based on. I've purposely removed some of the really cool, opinionated parts of FastShell. Please check out that project if you want a real framework.

Start Building

  1. Install Node.js, Sass and Git.
  2. Install Gulp Easiest way is npm install -g gulp.
  3. Run npm install
  4. Run gulp dev to start developing, which automatically opens the project on localhost:3002.
  5. Run gulp to package files (if not using gulp dev) into app for upload to your server or filestore.

Thanks

This project is basically copied from FastShell and modified to simplify it for our use 😎🏄🏻.

Thanks FastShell!

License

The MIT License (MIT)

Copyright (c) FastShell

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.