weareinreach / control-panel

Control Panel for Data Administrators

Home Page:inreach-admin-v1.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Asylum Connect Control Panel

Build Status

Development

$ cd to admin-control-panel

$ npm i

$ npm start

Codebase

Folder structure

admin-control-panel/
├── public          # Static assets
├── src             # All of the source code for the app
├── src/components  # React components used throughout the app
├── src/data        # Config like JSON data for properties, fields, etc
├── src/pages       # App's pages
├── src/utils       # Shared utilities
└── src/server.js   # Express server used to serve the app in production

Technologies

Code Standards

In order to enforce code standards we use eslint and prettier. Setting up eslint in your code editor is the easiest way to adhere to guidlines while programming but we also lint and prettify code during the commit process using lint-staged.

Powered by Vercel

About

Control Panel for Data Administrators

inreach-admin-v1.vercel.app

License:GNU General Public License v3.0


Languages

Language:JavaScript 98.9%Language:CSS 0.7%Language:HTML 0.3%Language:Shell 0.1%Language:Procfile 0.0%