Skip to content

Monorepo for web related devfile projects.

License

Apache-2.0, Unknown licenses found

Licenses found

Apache-2.0
LICENSE
Unknown
license-header.js
Notifications You must be signed in to change notification settings

devfile/devfile-web

Folders and files

NameName
Last commit message
Last commit date
Jan 31, 2025
Sep 23, 2023
May 16, 2025
Apr 17, 2023
Sep 21, 2023
Jun 6, 2024
Jul 23, 2024
Sep 15, 2023
Jun 6, 2024
Sep 15, 2023
Jan 9, 2024
Sep 21, 2023
Oct 19, 2022
Jul 5, 2022
Sep 21, 2023
Jan 10, 2023
Jun 14, 2022
Apr 17, 2023
Sep 21, 2023
Jun 14, 2022
Sep 21, 2023
Dec 15, 2023
Aug 29, 2022
Nov 5, 2024
Jul 28, 2022
Nov 23, 2023
Jan 9, 2024
Jun 13, 2022
Sep 15, 2023
Sep 15, 2023
Sep 15, 2023
Sep 2, 2022
Dec 26, 2024
Jan 21, 2025
Sep 1, 2022
Oct 12, 2022
Dec 26, 2024

Repository files navigation

devfile-web

OpenSSF Best Practices OpenSSF Scorecard

Monorepo for web related devfile projects

Getting started

This project uses yarn.

It is highly recommended to download the Nx Console extension for your IDE if available.

Workspace commands

Run yarn install to download dependencies.

Specific project commands

  • yarn nx serve <project-name> --configuration=<development | production>: serves the project's application
  • yarn nx build <project-name> --configuration=<development | production>: builds the project's application
  • yarn nx run <project-name>:export: exports the project's application to be static
  • yarn nx test <project-name>: tests the project's application
  • yarn nx lint <project-name>: lints the project's application

Nonspecific project commands

  • yarn create:component <name>: creates a React component
  • yarn create:hook <name>: creates a React hook
  • yarn create:function <name>: creates a function

landing-page

Landing Page README

Contributing

Please see our contributing.md.

License

Apache License 2.0, see LICENSE for details.