Skip to content

The Ember front-end through which the Interflux team can manage their database, CDN and website.

Notifications You must be signed in to change notification settings

interflux-electronics/interflux-admin-ember-frontend

Repository files navigation

Interflux Admin

This Ember front-end is the UI where Interflux team members log in to make changes to resources in their database and website.

Prerequisites

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

Installation

  • git clone <repository-url> this repository
  • cd admin.interflux.com
  • nvm install
  • pnpm install

Serving

  • pnpm lint
  • pnpm lint:fix

Building

  • pnpm build

Development

  • pnpm start

Further Reading / Useful Links

Branches

We have two branches: master and production. Developers branch of and merge back into master and never need access to production. The production branch is a representation of what is currently live on our servers and only needs to be checked out for recreating bugs found in production, but not in master.