Skip to content

A React App that operates as a CMS for the GoodlowEFC

Notifications You must be signed in to change notification settings

OwenRempel/GoodlowAdmin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Goodlow Admin

This repo serves as the source code for the admin route of GoodlowEFC/admin

It is built using React and Requires the GoodlowEFC/API to be hosted at by default /API but this can be updated by changing the process.env.REACT_APP_API_URL

REACT_APP_API_URL={API_URL}

Also the build path of npm run build has been changed to the folowing to allow for intigration to the main GoodlowEFC/admin repo

"build": "BUILD_PATH='../../Site/app/admin' react-scripts build",

If this does not suit your build the orignal is as follows

"build": "react-scripts build",

About

A React App that operates as a CMS for the GoodlowEFC

Resources

Stars

Watchers

Forks