Skip to content

ocadotechnology/codeforlife-package-javascript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b76b4b8 · Mar 20, 2025
Mar 10, 2025
Aug 16, 2024
Mar 20, 2025
Jun 6, 2024
Oct 25, 2024
Aug 16, 2024
Jun 6, 2024
Jun 6, 2024
Feb 25, 2025
Nov 3, 2023
Nov 3, 2023
Dec 18, 2024
Jun 6, 2024
Mar 20, 2025
Jun 6, 2024
Jun 6, 2024
Mar 20, 2025
Mar 20, 2025

Repository files navigation

codeforlife-package-javascript

This repo hosts Code for Life's Node.js package. This package contains all reusable frontend code, meant to be installed across CFL's various frontend services.

LICENCE

In accordance with the Terms of Use of the Code for Life website, all copyright, trademarks, and other intellectual property rights in and relating to Code for Life (including all content of the Code for Life website, the Rapid Router application, the Kurono application, related software (including any drawn and/or animated avatars, whether or not such avatars have any modifications) and any other games, applications or any other content that we make available from time to time) are owned by Ocado Innovation Limited.

The source code of the Code for Life portal, the Rapid Router application and the Kurono/aimmo application are licensed under the GNU Affero General Public License. All other assets including images, logos, sounds etc., are not covered by this licence and no-one may copy, modify, distribute, show in public or create any derivative work from these assets.

Installing your branch

You may wish to install and integrate your changes into a CFL frontend before it's been peer-reviewed.

Remember to replace the branch name ("my-branch") with your branch.

{
  "dependencies": {
    "codeforlife": "github:ocadotechnology/codeforlife-package-javascript#my-branch"
  }
}