Jdubrick / devfile-web

Monorepo for web related devfile projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Monorepo for web related devfile projects.

License:Apache License 2.0


Languages

Language:TypeScript 85.6%Language:Python 4.7%Language:CSS 4.3%Language:JavaScript 3.2%Language:Shell 1.1%Language:Dockerfile 1.0%