Git Product home page Git Product logo

kf-portal-ui's Introduction

Kids First Portal

Kids First Portal

The Kids First Portal powers the file browser and user profile interfaces using Arranger and Persona services.

Portal

Development

Install dependencies and start the development server:

npm i
npm start

Please make sure your code has been formatted using Prettier

Service Dependencies

For full functionality, the portal needs to interact with many APIs. All API endpoints may be set inside the environment. Copy .env.schema to .env.local and configure it with appropriate endpoints.

Analyzing the build

To run webpack bundle analyzer, first generate a prodution build with the associated stats files (build/stats.json):

NODE_ENV=production NODE_PATH=src ./node_modules/.bin/webpack -p --config config/webpack.config.prod.js --profile --json > build/stats.json

Then launch the webpack-bundle-analyzer consuming that stats file:

./node_modules/.bin/webpack-bundle-analyzer build/stats.json build/

Finally, visit http://127.0.0.1:8888/ to see it in action.

See

webpack-bundle-analyzer npm page

Contributing

  • Branches

    All new development should happen on a supporting branch rather than directly on next or master. Supporting branches should be formatted as <type>/##-couple-words or <type>/very-short-description, where denotes a change type that is one of the below:

    • feat (feature)
    • bug (bug fix)
    • docs (documentation)
    • refactor
    • test (when adding missing tests)
    • chore (maintain)

    Once development is complete for the scope defined by the supporting branch, a pull request can be made for the next branch for code review.

Acknowledgement

BrowserStack

kf-portal-ui's People

Contributors

hlminh2000 avatar ciaranschutte avatar jgnieuwhof avatar jberube avatar joneubank avatar jephuff avatar bdolly avatar nyanofthemoon avatar andricdu avatar jaouad-benassila avatar cy avatar alex-wilmer avatar cheapsteak avatar dankolbman avatar rosibaj avatar fgerthoffert avatar lepsalex avatar steptek avatar

Watchers

Pavan Pasupuleti avatar

Forkers

swaroopg

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.