Skip to content

codeforeurope/ogptoolbox-ui

 
 

Repository files navigation

OGPToolbox-UI

Web user interface for the OGP toolbox.
OGP Toolbox Logo

The OGP Toolbox is a collaborative platform to find and share digital tools used throughout the world for open government initiatives.

It's an open source and open data project with complementary resources published here:


Installation

git clone https://github.com/ogptoolbox/ogptoolbox-ui
cd ogptoolbox-ui

Install dependencies

npm install

This will install npm dependencies in node_modules and Elm dependencies in elm-stuff.

Development

Start the hot-reloading webpack dev server:

npm start

Navigate to http://localhost:3011.
Any changes you make to your files (.elm, .js, .css, etc.) will trigger a hot reload.

Production

When you're ready to deploy:

npm run build

This will create a dist folder (after removing the old one if present):

.
├── dist
│   ├── index.html
│   ├── 5df766af1ced8ff1fe0a.css
│   └── 5df766af1ced8ff1fe0a.js

To test the production build locally:

npm run serve
> ogptoolbox-ui@0.0.1 serve /home/cbenz/Dev/ogptoolbox/ogptoolbox-ui
> static --spa dist

serving "." at http://127.0.0.1:3012
serving as a single page app (all non-file requests redirect to index.html)

Navigate to http://localhost:3012.

License

AGPL v3
Copyright (C) 2016 Etalab & contributors

Releases

No releases published

Packages

No packages published

Languages

  • Elm 92.6%
  • CSS 5.8%
  • JavaScript 1.4%
  • HTML 0.2%