GithubHelp home page GithubHelp logo

mono's Introduction

mono.lgr.dev

Welcome to the monorepo for @lgr.dev.

Prerequisites

Node.js

Install Node.js which includes Node Package Manager.

Nx

Install the Nx CLI globally.

Get Started

The following commands may require a project-name to be specified. For a full list of project names, please refer to the workspace.json file.

Development Server

Run nx serve project-name for an app development server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Build

Run nx build project-name to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

Unit tests

Run nx test project-name to execute the unit tests via Jest.

Run nx affected:test to execute the unit tests affected by a change.

End-to-end tests

Run nx e2e project-name to execute the end-to-end tests via Cypress.

Run nx affected:e2e to execute the end-to-end tests affected by a change.

Contributing

Commit Message Format

Please adhere to the Conventional Commits specification for adding human and machine-readable meaning to commit messages.

Commit Message Header

<type>([optional scope]): <short summary>

[optional body]

[optional footer(s)]
Type
  • build: Changes to the build system or external dependencies
  • ci: Changes to the continuous integration configuration
  • docs: Changes to documentation
  • feat: Changes which include a new feature
  • fix: Changes which include a bug fix
  • perf: Changes which include a performance improvement
  • refactor: Changes which neither fix a bug nor add a feature
  • style: Changes to styling
  • test: Changes to unit tests or end-to-end tests
Scope
  • workspace: Changes to the workspace
Summary

Use the summary field to provide a succinct description of the changes:

  • Use the imperative, present tense (i.e. 'change', not 'changed' nor 'changes')
  • Do not capitalise the first letter
  • Do not include a period at the end

Workspace

Run nx graph to see a diagram of the dependencies of the projects.

Applications

Libraries

mono's People

Contributors

lukeribchester avatar

Stargazers

 avatar

Watchers

 avatar

mono's Issues

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.