Flanksource Frontend
Setup
- install nvm using instructions documented here
- after installing nvm run
nvm install
in the root directory of the repo, this will install the nodejs version needed for the front end setup. The version is set in .nvmrc - after node install run
npm install
this will install all dependencies - then run
npm run dev
to launch the front end application (note: api calls will be proxied to dev environment here). - visit http://localhost:3004 to see front end changes.
Svg files
Run them through https://github.com/svg/svgo to make them compatible with react. See: https://stackoverflow.com/questions/59820954/syntaxerror-unknown-namespace-tags-are-not-supported-by-default
scripts
See package.json scripts.