Coder Social home page Coder Social logo

hurrikan-reporting-tool's Introduction

Start package for Firefli Drives Project

This is a small package built from Bulma Start, and modified for Drives

Install

npm install

then

npm run build-all

Setup

Note: After NPM install, it is necessary to edit framework code: (this has now been fixed in a newer version of the css framework, but I don't want to change versions and introduce any regression)

node_modules/bulma/sass/components/navbar.sass

On line 236:

+desktop .navbar, .navbar-menu, .navbar-start, .navbar-end

change +desktop to +tablet

On line 200, right before .navbar > .container display: block

change +touch to +mobile

For the search results ajax call, you need to point instance to correct endpoint. Right now it points to stub json file:

js/main.js --> var loadMore = new LoadMore("#loadMore", "stub/load-results.json");

That should be it.

What's included

The npm dependencies included in package.json are:

Apart from package.json, the following files are included:

  • .babelrc configuration file for Babel
  • .gitignore common Git ignored files
  • index.html this HTML5 file
  • _sass/main.scss a basic SCSS file that imports Bulma and explains how to customize your styles, and compiles to css/main.css
  • _javascript/main.js an ES6 JavaScript that compiles to lib/main.js

Copyright and license

Code copyright 2017 Jeremy Thomas. Code released under the MIT license.

hurrikan-reporting-tool's People

Watchers

 avatar  avatar  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.