iurianu / frontend-organization-portal

Frontend for the OrganisatiePortaal application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

frontend-organization-portal

This ember application provides endpoints to visualize linked data exposed by the Contact Hub Backend.

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • cd frontend-organization-portal
  • npm install

Running / Development

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • ember test
  • ember test --server

Linting

  • npm run lint
  • npm run lint:fix

Building

  • ember build (development)
  • ember build --environment production (production)

Deploying

Specify what it takes to deploy your app.

Further Reading / Useful Links

Docker

Build the image: docker build -t lblod/frontend-organization-portal -f Dockerfile.fastboot .

About

Frontend for the OrganisatiePortaal application

License:MIT License


Languages

Language:JavaScript 51.1%Language:Handlebars 46.7%Language:SCSS 1.8%Language:HTML 0.3%Language:Dockerfile 0.0%