Git Product home page Git Product logo

fv-web-ui's Introduction

FirstVoices Dictionary Prototype

Being designed and built, but in the lab. May change, disappear, or be buggy.

This is a responsive dictionary web-application for the FirstVoices language assets that uses Nuxeo ECM as a back-end.

Stack

This web app is built using the following:

And interfaces with a Nuxeo server, at the moment using custom schemas and configruation specific to FirstVoices.

For additional dependencies see package.json.

This app has been scaffolded using gulp-starter.

Getting Started

You'll need NodeJS, and Git. Clone this repo from GitHub, change directory to the repo root.

  1. Run npm install -g gulp.
  2. Run npm install.
  3. Run gulp to start a Node server. Defaults to localhost:3001.
  4. Install Nuxeo and setup your server, including enabling Cross-Origin Resource Sharing (CORS).
  5. Rename /app/assets/javascripts/configuration/sample.local.json to local.json and update that file.
  • On some machines installation of certain modules may not work as part of npm install. If that is the case, install missing modules individually (e.g. npm install imagemin-jpegtran, after trying to run gulp).

Building for Production

In order to build for production:

  1. Run npm install -g gulp.
  2. Run npm install.
  3. Run gulp build:production.
  4. Copy generated files in /public folder to your webserver.

Note: Remember to configure your web application to rewrite all requests to the root path, in order for Push State to work.

Contributing

Adding New Dependencies

  1. Install dependency using npm install package --save or npm install package --save-dev
  2. When ready, run npm shrinkwrap to lock dependencies.

Tips

Licensing

The data and code in this repository is licensed under multiple licenses.

  • All code in the /app directory is licensed under the Apache License 2.0. See LICENSE.

  • All gulp-starter code in /gulpfile.js directory is licensed under MIT License (MIT). See gulpfile.js/LICENSE.

fv-web-ui's People

Contributors

charliebodman avatar cstua avatar dy2288 avatar f-w avatar

Watchers

 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.