custom react frontend working with consort clowder instance
npm install
server/.env
file. See .template.env
file.npm start
to build react client and start the express server.run npm run codegen
run npm run codegen:dev
Run docker build . -t hub.ncsa.illinois.edu/clowder/consort-frontend:<version>
to build docker image
If you ran into error [Errno 28] No space left on device:
, try below:
docker system prune --all
Login first: docker login hub.ncsa.illinois.edu
Run docker image push hub.ncsa.illinois.edu/clowder/consort-frontend:<version>