8000 GitHub - entailapp/backend_public
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Oct 25, 2022. It is now read-only.

entailapp/backend_public

Repository files navigation

Entail App CIC Backend

This repository contains all the code related to the Entail App backend.

How to contribute

  1. Install pnpm and rush globally:
$ npm i -g pnpm
$ pnpm i -g @microsoft/rush
  1. Clone the repository and run rush install && rush build inside of it
  2. Write your code!

Things to note

  1. You MUST NOT install a package with pnpm i <package name>
  2. You MUST either:
    • Install the package using rush add [--dev] -p <package name> inside of the specific folder OR
    • Add the package manually to the package.json file and run rush update
  3. You SHOULD use rushx to run package.json scripts inside each respective folder
  4. You MAY use flags found here in combination with commands to select subsets of dependencies
  5. Easy commands for specific things like running watchers etc will be placed in this file

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0